capistrano: simplify unicorn:terminate task.
Use the builtin task provided by capistrano3-unicorn. Ours failed with invalid pidfile errors in some cases.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace :app do
|
||||
# do nothing
|
||||
else
|
||||
invoke "web:disable"
|
||||
invoke "unicorn:terminate"
|
||||
invoke "unicorn:stop"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user