diff --git a/config/deploy.rb b/config/deploy.rb index f311d073a..b56205c06 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -91,8 +91,8 @@ task deploy: :environment do to :launch do queue "mkdir -p #{deploy_to}/current/tmp; touch #{deploy_to}/current/tmp/restart.txt" - queue 'RAILS_ENV=production bin/delayed_job stop' - queue 'RAILS_ENV=production bin/delayed_job start' + #queue 'RAILS_ENV=production bin/delayed_job stop' + #queue 'RAILS_ENV=production bin/delayed_job start' end end end