From ad76216527ab81b5db9a8b5a2107e1f8f48caa5a Mon Sep 17 00:00:00 2001 From: Gregory Durelle Date: Wed, 2 Mar 2022 14:28:21 +0100 Subject: [PATCH] Update deploy.rb.erb Add missing linked files and dirs to deploy.rb template --- lib/capistrano/templates/deploy.rb.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/capistrano/templates/deploy.rb.erb b/lib/capistrano/templates/deploy.rb.erb index 634d8d0b..0eada140 100644 --- a/lib/capistrano/templates/deploy.rb.erb +++ b/lib/capistrano/templates/deploy.rb.erb @@ -21,10 +21,10 @@ 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" +# append :linked_files, "config/database.yml", 'config/master.key' # Default value for linked_dirs is [] -# append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "tmp/webpacker", "public/system" +# append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "tmp/webpacker", "public/system", "vendor", "storage" # Default value for default_env is {} # set :default_env, { path: "/opt/ruby/bin:$PATH" }