mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #1959 from uuushiro/fix-template-comment
remove comment about secrets
This commit is contained in:
commit
025b3ecf22
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ set :repo_url, "git@example.com:me/my_repo.git"
|
|||
# set :pty, true
|
||||
|
||||
# Default value for :linked_files is []
|
||||
# append :linked_files, "config/database.yml", "config/secrets.yml"
|
||||
# append :linked_files, "config/database.yml"
|
||||
|
||||
# Default value for linked_dirs is []
|
||||
# append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/system"
|
||||
|
|
Loading…
Reference in a new issue