mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Hard coded env for temp
This commit is contained in:
parent
3c51b8537f
commit
a65bfd01c5
1 changed files with 2 additions and 2 deletions
|
@ -161,11 +161,11 @@ end
|
|||
|
||||
namespace :delayed_job do
|
||||
task stop: :environment do
|
||||
queue "cd #{deploy_to}/current; bin/delayed_job stop"
|
||||
queue "cd #{deploy_to}/current; RAILS_ENV=staging bin/delayed_job stop"
|
||||
end
|
||||
|
||||
task start: :environment do
|
||||
queue "cd #{deploy_to}/current; bin/delayed_job start"
|
||||
queue "cd #{deploy_to}/current; RAILS_ENV=staging bin/delayed_job start"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue