diff --git a/compose/django/docker_start.sh b/compose/django/docker_start.sh index 5da944c9..e888148f 100644 --- a/compose/django/docker_start.sh +++ b/compose/django/docker_start.sh @@ -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 diff --git a/env_secrets/production_azure.env b/env_secrets/production_azure.env index ab2085fa..e0c09b6b 100644 Binary files a/env_secrets/production_azure.env and b/env_secrets/production_azure.env differ diff --git a/env_secrets/production_azure_from_cloud.json b/env_secrets/production_azure_from_cloud.json new file mode 100644 index 00000000..6948a54e Binary files /dev/null and b/env_secrets/production_azure_from_cloud.json differ diff --git a/git-crypt-encrypted-files.txt b/git-crypt-encrypted-files.txt index 1f3f9b38..3d9c4040 100644 --- a/git-crypt-encrypted-files.txt +++ b/git-crypt-encrypted-files.txt @@ -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