Add backup from cloud env variables to secrets

This commit is contained in:
Lorenz Padberg 2023-05-25 12:04:31 +02:00 committed by Daniel Egger
parent b73f27bd0f
commit ea1fe75ad7
4 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ set -o pipefail
set -o nounset
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

Binary file not shown.

Binary file not shown.

View File

@ -8,4 +8,4 @@
encrypted: env_secrets/pg_backup_local.env
encrypted: env_secrets/production.env
encrypted: env_secrets/production_azure.env
encrypted: env_secrets/production_azure_from_cloud.json