diff --git a/config/deploy.rb b/config/deploy.rb index 2f2f3e13..421ec5cc 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -31,7 +31,7 @@ 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' +# append :linked_files, 'config/puma.rb' set :puma_bind, "unix://#{shared_path}/tmp/sockets/puma.sock" # Default value for linked_dirs is []