add puma lines to deploy
This commit is contained in:
@@ -31,6 +31,8 @@ set :bundle_without, %w[development test assets].join(' ')
|
||||
|
||||
# Default value for :linked_files is []
|
||||
# set :linked_files, %w{config/database.yml}
|
||||
append :linked_files, 'config/puma.rb'
|
||||
set :puma_bind, "unix://#{shared_path}/tmp/sockets/puma.sock"
|
||||
|
||||
# Default value for linked_dirs is []
|
||||
set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system public/assets}
|
||||
|
||||
Reference in New Issue
Block a user