mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #1819 from maesitos/patch-1
Better explanation for :linked_dirs config
This commit is contained in:
commit
54f951ddaa
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ The following variables are settable:
|
||||||
|
|
||||||
* `:linked_files`
|
* `:linked_files`
|
||||||
* **default:** `[]`
|
* **default:** `[]`
|
||||||
* Listed files will be symlinked into each release directory during deployment.
|
* Listed files will be symlinked from the shared folder of the application into each release directory during deployment.
|
||||||
* Can be used for persistent configuration files like `database.yml`. See Structure for the exact directories.
|
* Can be used for persistent configuration files like `database.yml`. See Structure for the exact directories.
|
||||||
|
|
||||||
* `:linked_dirs`
|
* `:linked_dirs`
|
||||||
|
|
Loading…
Reference in a new issue