removed deploy comments

This commit is contained in:
Priit Tark 2014-12-03 11:13:14 +02:00
parent f74e6cd3a3
commit 505bab709e

View file

@ -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