diff --git a/lib/capistrano/templates/deploy.rb.erb b/lib/capistrano/templates/deploy.rb.erb index a2029010..30fb5ac5 100644 --- a/lib/capistrano/templates/deploy.rb.erb +++ b/lib/capistrano/templates/deploy.rb.erb @@ -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"