This commit is contained in:
Wedge 2021-03-02 18:02:46 +03:00
parent 3707ce06da
commit 4e0850d0ed
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
set -ex
cd /app/rosa-build
if [ -f /MIGRATE ]
then
bundle exec rake db:migrate

View File

@ -1,6 +1,6 @@
#!/bin/sh
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