1
0
Fork 0
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:
Matt Brictson 2016-12-16 14:46:41 -08:00 committed by GitHub
commit 54f951ddaa

View file

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