Force bluepill restart after deploy. Refs #196

This commit is contained in:
Pavel Chipiga 2012-02-24 17:28:46 +02:00
parent bda978a306
commit 482874409d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ end
after "deploy:update_code", "deploy:symlink_all", "deploy:migrate"
after "deploy:setup", "deploy:symlink_pids"
after "deploy:restart","bluepill:processes:restart_dj" # "bluepill:restart"
after "deploy:restart", "bluepill:start" # "bluepill:processes:restart_dj" # "bluepill:restart"
after "deploy:restart", "deploy:cleanup"
require 'cape'