mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Basic delayed jobs queue display and rubocop fixes
This commit is contained in:
parent
c7b58d8b06
commit
f4ebbbdc95
5 changed files with 36 additions and 5 deletions
|
@ -85,8 +85,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