From 5a73a353ce12af4c535ed72d8f71dd4d04fb62b1 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 12 Apr 2019 11:26:30 -0500 Subject: [PATCH] pids must be a linked directory or it starts a new pool on each deploy --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 89fac18b..81facbb8 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -26,7 +26,7 @@ # set :linked_files, %w{config/database.yml} # Default value for linked_dirs is [] -# set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system} +set :linked_dirs, %w{tmp/pids} # Default value for default_env is {} # set :default_env, { path: "/opt/ruby/bin:$PATH" }