fix(ci): preserve terraform-managed cloud run envs

This commit is contained in:
2026-03-24 23:08:23 +04:00
parent 87298863c0
commit b650923b47

View File

@@ -288,7 +288,6 @@ jobs:
--image "${{ steps.images.outputs.bot_image }}" \ --image "${{ steps.images.outputs.bot_image }}" \
--region "${GCP_REGION}" \ --region "${GCP_REGION}" \
--project "${{ vars.GCP_PROJECT_ID }}" \ --project "${{ vars.GCP_PROJECT_ID }}" \
--set-env-vars "DB_SCHEMA=${DB_SCHEMA},MINI_APP_URL=${{ vars.MINI_APP_URL }}" \
--allow-unauthenticated \ --allow-unauthenticated \
--quiet --quiet
@@ -308,7 +307,6 @@ jobs:
--image "${{ steps.images.outputs.mini_image }}" \ --image "${{ steps.images.outputs.mini_image }}" \
--region "${GCP_REGION}" \ --region "${GCP_REGION}" \
--project "${{ vars.GCP_PROJECT_ID }}" \ --project "${{ vars.GCP_PROJECT_ID }}" \
--set-env-vars "BOT_API_URL=${{ steps.bot-api.outputs.url }}" \
--allow-unauthenticated \ --allow-unauthenticated \
--quiet --quiet