diff --git a/config/deploy.rb b/config/deploy.rb index c76d226a..c16f25b6 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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}