File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2828# - SERVICE_ACCOUNT_NAME: Email address of the service account used for Cloud Run
2929# - DATABASE_NAME: PostgreSQL database name in Cloud SQL
3030# - ARTIFACT_REGISTRY: Name of the container image
31+ # - USE_GCLOUD_LOGGING: Enable Cloud Logging
3132#
3233# ### GitHub Environment Secrets (per environment: Staging, Production)
3334#
@@ -240,6 +241,7 @@ jobs:
240241 --set-env-vars DJANGO_SECRET_KEY="${{ secrets.DJANGO_SECRET_KEY }}"
241242 --set-env-vars DJ_DATABASE_CONN_STRING="postgres://${{ env.ENCODED_DB_CREDENTIALS }}@//cloudsql/${{ secrets.CLOUD_SQL_ICN }}/${{ vars.DATABASE_NAME }}"
242243 --set-env-vars EMAIL_HOST_PASSWORD="${{ secrets.EMAIL_HOST_PASSWORD }}"
244+ --set-env-vars USE_GCLOUD_LOGGING="${{ vars.USE_GCLOUD_LOGGING }}"
243245 --allow-unauthenticated
244246
245247
You can’t perform that action at this time.
0 commit comments