1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

remove comment about secrets

This commit is contained in:
matsutani 2018-01-05 00:44:24 +09:00
parent 769ec864c2
commit e9f770bcbd

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"