Add python manage.py migrate execution to d8-ugmk-prod backend entrypoint script
This commit is contained in:
parent
028abbe4d2
commit
2993c12487
@ -30,6 +30,7 @@ spec:
|
||||
[ -f /vault/secrets/pm-rabbitmq ] && . /vault/secrets/pm-rabbitmq
|
||||
[ -f /vault/secrets/pm-s3 ] && . /vault/secrets/pm-s3
|
||||
set +a
|
||||
python manage.py migrate
|
||||
exec /opt/sarex/entrypoint.sh
|
||||
|
||||
podAnnotations:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user