capistrano: add deploy:rolling task (fix #4123).

This commit is contained in:
evazion
2019-08-07 22:11:07 -05:00
parent 223e5f1e81
commit c225d54de1
4 changed files with 35 additions and 7 deletions

View File

@@ -14,7 +14,3 @@ namespace :unicorn do
end
end
end
after "deploy:published", "unicorn:terminate"
after "deploy:published", "unicorn:kill"
after "deploy:published", "unicorn:start"