Disable :notify_errbit in deploy. Issue #431

This commit is contained in:
Henne Vogelsang 2014-08-06 20:48:56 +02:00
parent 83ad4551dd
commit 2f814c7320

View file

@ -34,7 +34,7 @@ task deploy: :environment do
invoke :'bundle:install'
invoke :'rails:db_migrate'
invoke :'rails:assets_precompile'
invoke :notify_errbit
#invoke :notify_errbit
to :launch do
queue "touch #{deploy_to}/tmp/restart.txt"