From 505bab709e8fcaa30c6c613b369b65df7119eac2 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Wed, 3 Dec 2014 11:13:14 +0200 Subject: [PATCH] removed deploy comments --- config/deploy.rb | 2 -- 1 file changed, 2 deletions(-) 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