Commit 286fa0c15153a91c9bd0a2d86bf44d5b9a787f9e

Authored by Andrei Gliga
1 parent e1c18e60
Exists in master

use the default puma_config and puma_pid

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
config/deploy.example.rb
... ... @@ -68,6 +68,3 @@ namespace :db do
68 68 end
69 69 end
70 70 end
71   -
72   -set :puma_pid, "#{fetch(:deploy_to)}/shared/tmp/pids/puma.pid"
73   -set :puma_conf, "#{shared_path}/config/puma.rb"
... ...