Disable :notify_errbit in deploy. Issue #431
This commit is contained in:
parent
83ad4551dd
commit
2f814c7320
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ task deploy: :environment do
|
||||||
invoke :'bundle:install'
|
invoke :'bundle:install'
|
||||||
invoke :'rails:db_migrate'
|
invoke :'rails:db_migrate'
|
||||||
invoke :'rails:assets_precompile'
|
invoke :'rails:assets_precompile'
|
||||||
invoke :notify_errbit
|
#invoke :notify_errbit
|
||||||
|
|
||||||
to :launch do
|
to :launch do
|
||||||
queue "touch #{deploy_to}/tmp/restart.txt"
|
queue "touch #{deploy_to}/tmp/restart.txt"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue