1
0
Fork 0
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:
Matt Brictson 2018-01-04 08:34:26 -08:00 committed by GitHub
commit 025b3ecf22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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