From 8fdad060b05a6aab882c4a5b8e461bd1fce976d7 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 9 Jun 2016 14:09:14 -0700 Subject: [PATCH] fix unicorn restart --- Capfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Capfile b/Capfile index 50e602398..34274dea2 100644 --- a/Capfile +++ b/Capfile @@ -13,5 +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:stop" -after "deploy:published", "unicorn:start" +after "deploy:published", "unicorn:restart"