From e04400d1dfec390977ef7ba967a5c2131616e884 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Sat, 20 Sep 2025 17:44:48 -0500 Subject: [PATCH] remove linked file puma.rb, think of a solution later --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 []