mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Add default webpacker path to linked_dirs (#2084)
This commit is contained in:
parent
8eca8fe7bd
commit
27bbaa6d8f
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue