diff --git a/config/deploy.rb b/config/deploy.rb index b56205c06..a7ae1fe1d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -91,8 +91,6 @@ 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' end end end