From e9f770bcbd86e838d4363bba1205e157b88f892b Mon Sep 17 00:00:00 2001 From: matsutani Date: Fri, 5 Jan 2018 00:44:24 +0900 Subject: [PATCH] remove comment about secrets --- lib/capistrano/templates/deploy.rb.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"