mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
:linked_dirs
:linked_dirs wasn't clear to me
This commit is contained in:
parent
bdcc14b8e5
commit
ad45992751
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ The following variables are settable:
|
|||
|
||||
* `:linked_files`
|
||||
* **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.
|
||||
|
||||
* `:linked_dirs`
|
||||
|
|
Loading…
Reference in a new issue