Skip to content

Commit

Permalink
Remove default webpacker path to linked_dirs (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
taketo1113 committed Sep 12, 2023
1 parent 8bc2e82 commit d3315db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/templates/deploy.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set :repo_url, "git@example.com:me/my_repo.git"
# 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", "vendor", "storage"
# append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/system", "vendor", "storage"

# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
Expand Down

0 comments on commit d3315db

Please sign in to comment.