Remove all material related to Zeus

This commit is contained in:
Mathieu Lovato Stumpf Guntz
2021-05-13 12:21:58 +02:00
parent 4932e1dcb5
commit ccef65039a
3 changed files with 1 additions and 29 deletions

View File

@@ -25,11 +25,7 @@ Usage: $0 openfoodnetwork@openfoodnetwork.org.au" >&2
exit 1
fi
if hash zeus 2>/dev/null && [ -e .zeus.sock ]; then
RAILS_RUN='zeus r'
else
RAILS_RUN='bundle exec rails runner'
fi
RAILS_RUN='bundle exec rails runner'
# -- Mirror database
echo "Mirroring database..."