diff --git a/lib/capistrano/templates/deploy.rb.erb b/lib/capistrano/templates/deploy.rb.erb index 30fb5ac5..634d8d0b 100644 --- a/lib/capistrano/templates/deploy.rb.erb +++ b/lib/capistrano/templates/deploy.rb.erb @@ -24,7 +24,7 @@ set :repo_url, "git@example.com:me/my_repo.git" # append :linked_files, "config/database.yml" # Default value for linked_dirs is [] -# append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/system" +# append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "tmp/webpacker", "public/system" # Default value for default_env is {} # set :default_env, { path: "/opt/ruby/bin:$PATH" }