Add backup from cloud env variables to secrets
This commit is contained in:
parent
b73f27bd0f
commit
ea1fe75ad7
|
|
@ -5,9 +5,9 @@ set -o pipefail
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
python /app/manage.py collectstatic --no-input --no-post-process
|
python /app/manage.py collectstatic --no-input --no-post-process
|
||||||
python manage.py reset_schema
|
|
||||||
|
|
||||||
|
|
||||||
|
# TODO remove after stabilisation
|
||||||
|
python /app/manage.py reset_schema
|
||||||
|
|
||||||
/usr/local/bin/gunicorn config.asgi --bind 0.0.0.0:7555 --chdir=/app -k uvicorn.workers.UvicornWorker
|
/usr/local/bin/gunicorn config.asgi --bind 0.0.0.0:7555 --chdir=/app -k uvicorn.workers.UvicornWorker
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -8,4 +8,4 @@
|
||||||
encrypted: env_secrets/pg_backup_local.env
|
encrypted: env_secrets/pg_backup_local.env
|
||||||
encrypted: env_secrets/production.env
|
encrypted: env_secrets/production.env
|
||||||
encrypted: env_secrets/production_azure.env
|
encrypted: env_secrets/production_azure.env
|
||||||
|
encrypted: env_secrets/production_azure_from_cloud.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue