Merge pull request #2105 from gdurelle/patch-1

Update deploy.rb.erb
This commit is contained in:
Lee Hambley 2022-03-04 13:29:36 +00:00 committed by GitHub
commit 95bd969f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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" }