From 27bbaa6d8f8e2ba7d6f6b9c3b1a75365a309eb00 Mon Sep 17 00:00:00 2001 From: Vlad Bokov Date: Sat, 8 Jan 2022 23:54:02 +0300 Subject: [PATCH] Add default webpacker path to linked_dirs (#2084) --- 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 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" }