1
0
Fork 0
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:
maesitos 2016-12-16 21:37:51 +01:00 committed by GitHub
parent bdcc14b8e5
commit ad45992751

View file

@ -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`