Skip to content

Commit

Permalink
ci: fix settings (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Aug 16, 2024
1 parent e30be65 commit e80a5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/deploy-to-container/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "Running Mail Archive checks..."
# Migrate, adjusting to what the current state of the underlying database might be:

echo "Running Mail Archive migrations..."
/usr/local/bin/python ./backend/manage.py migrate --settings=settings_local
/usr/local/bin/python ./backend/manage.py migrate --settings=mlarchive.settings.settings_sandbox

echo "Starting Mail Archive..."
./backend/manage.py runserver 0.0.0.0:8000 --settings=settings_local
./backend/manage.py runserver 0.0.0.0:8000 --settings=mlarchive.settings.settings_sandbox

0 comments on commit e80a5aa

Please sign in to comment.