mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
tmp removed delayed job
This commit is contained in:
parent
3bb3bc3aa9
commit
cc5ff4efc4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue