Fix deploy: "DJ does not restart and create many new instances"

This commit is contained in:
Vladimir Sharshov 2012-01-24 02:24:12 +04:00
parent 7e1a26000e
commit 2a20b51c19
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace :deploy do
end
after "deploy:update_code", "deploy:symlink_all", "deploy:migrate"
after "deploy:restart", "delayed_job:restart", "bluepill:restart", "deploy:cleanup"
after "deploy:restart","bluepill:stop", "delayed_job:restart", "deploy:cleanup", "bluepill:start"
after "deploy:setup", "deploy:symlink_pids"
require 'cape'