From 65068f31b16db4109a3524b0a8c8743d15a20608 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 16 Feb 2016 18:13:19 -0800 Subject: [PATCH] restart unicorn vs reload on deploy --- Capfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Capfile b/Capfile index c2c5f1a21..34274dea2 100644 --- a/Capfile +++ b/Capfile @@ -13,4 +13,4 @@ require 'capistrano3/unicorn' # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r } -after "deploy:published", "unicorn:reload" +after "deploy:published", "unicorn:restart"