tmp removed delayed job

This commit is contained in:
Priit Tamboom 2014-12-02 16:55:21 +02:00
parent 3bb3bc3aa9
commit cc5ff4efc4

View file

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