Add reset schema
(the whole team has to know when we stop deleting the schema.
This commit is contained in:
parent
9f94191c7a
commit
d29e9c8c8f
|
|
@ -5,8 +5,8 @@ set -o pipefail
|
|||
set -o nounset
|
||||
|
||||
python /app/manage.py collectstatic --no-input --no-post-process
|
||||
python manage.py reset_schema
|
||||
|
||||
python /app/manage.py migrate
|
||||
|
||||
|
||||
/usr/local/bin/gunicorn config.asgi --bind 0.0.0.0:7555 --chdir=/app -k uvicorn.workers.UvicornWorker
|
||||
|
|
|
|||
Loading…
Reference in New Issue