lib/capistrano/tasks/puma.cap in h2ocube_rails_puma-0.0.5 vs lib/capistrano/tasks/puma.cap in h2ocube_rails_puma-0.0.6
- old
+ new
@@ -46,7 +46,7 @@
def state_path
"#{shared_path}/sockets/puma.state"
end
- before 'deploy:published', 'puma:phased_restart'
+ before 'deploy:published', 'puma:cold_restart'
end