restart unicorn vs reload on deploy
This commit is contained in:
2
Capfile
2
Capfile
@@ -13,4 +13,4 @@ require 'capistrano3/unicorn'
|
|||||||
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
|
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
|
||||||
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
|
Dir.glob('lib/capistrano/tasks/*.cap').each { |r| import r }
|
||||||
|
|
||||||
after "deploy:published", "unicorn:reload"
|
after "deploy:published", "unicorn:restart"
|
||||||
|
|||||||
Reference in New Issue
Block a user