From 286fa0c15153a91c9bd0a2d86bf44d5b9a787f9e Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Sat, 19 Dec 2015 11:46:21 +0200 Subject: [PATCH] use the default puma_config and puma_pid --- config/deploy.example.rb | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/config/deploy.example.rb b/config/deploy.example.rb index 5e3b6ef..f617c7a 100644 --- a/config/deploy.example.rb +++ b/config/deploy.example.rb @@ -68,6 +68,3 @@ namespace :db do end end end - -set :puma_pid, "#{fetch(:deploy_to)}/shared/tmp/pids/puma.pid" -set :puma_conf, "#{shared_path}/config/puma.rb" -- libgit2 0.21.2