From 7212d9041e187feb207030a74e7eb4e7414b0677 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Fri, 19 Sep 2025 14:02:08 -0500 Subject: [PATCH] add puma lines to deploy --- config/deploy.rb | 2 ++ 1 file changed, 2 insertions(+) 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}