Skip to content

Commit

Permalink
Update deploy.rb.erb
Browse files Browse the repository at this point in the history
Add missing linked files and dirs to deploy.rb template
  • Loading branch information
gdurelle authored Mar 2, 2022
1 parent 74f9266 commit ad76216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/capistrano/templates/deploy.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ set :repo_url, "[email protected]: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" }
Expand Down

0 comments on commit ad76216

Please sign in to comment.