mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
commit
95bd969f23
1 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue