Fixes
This commit is contained in:
parent
3707ce06da
commit
4e0850d0ed
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
cd /app/rosa-build
|
||||||
|
|
||||||
if [ -f /MIGRATE ]
|
if [ -f /MIGRATE ]
|
||||||
then
|
then
|
||||||
bundle exec rake db:migrate
|
bundle exec rake db:migrate
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
cd /rosa-build
|
cd /app/rosa-build
|
||||||
|
|
||||||
bundle exec sidekiq -q iso_worker_observer -q low -q middle -q notification -q publish_observer -q rpm_worker_observer -c 5 -e production
|
bundle exec sidekiq -q iso_worker_observer -q low -q middle -q notification -q publish_observer -q rpm_worker_observer -c 5 -e production
|
||||||
|
|
Loading…
Reference in New Issue