From 2f814c732024889aa8f32b055e66ea342203848b Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 6 Aug 2014 20:48:56 +0200 Subject: [PATCH] Disable :notify_errbit in deploy. Issue #431 --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 80509ff9..d8c2adf8 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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"