diff --git a/caprover_deploy.sh b/caprover_deploy.sh index 2014b227..b965b1e1 100755 --- a/caprover_deploy.sh +++ b/caprover_deploy.sh @@ -29,7 +29,7 @@ echo "Deploy to $APP_NAME" # create client for django npm run build -VITE_APP_ENVIRONMENT=dev python server/manage.py collectstatic --no-input +VITE_APP_ENVIRONMENT=local python server/manage.py collectstatic --no-input if [[ "$APP_NAME" == "prod-azure" ]]; then # build and push azure docker container diff --git a/env_secrets/caprover_prod.env b/env_secrets/caprover_prod.env index 39918c61..114f258d 100644 Binary files a/env_secrets/caprover_prod.env and b/env_secrets/caprover_prod.env differ diff --git a/env_secrets/caprover_stage.env b/env_secrets/caprover_stage.env index 11147983..1eae9021 100644 Binary files a/env_secrets/caprover_stage.env and b/env_secrets/caprover_stage.env differ diff --git a/env_secrets/prod-azure.json b/env_secrets/prod-azure.json index f7328995..89afb54d 100644 Binary files a/env_secrets/prod-azure.json and b/env_secrets/prod-azure.json differ