From b650923b47b92201fdf46662a2ec000ecd494922 Mon Sep 17 00:00:00 2001 From: whekin Date: Tue, 24 Mar 2026 23:08:23 +0400 Subject: [PATCH] fix(ci): preserve terraform-managed cloud run envs --- .github/workflows/cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5559675..6fad24b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -288,7 +288,6 @@ jobs: --image "${{ steps.images.outputs.bot_image }}" \ --region "${GCP_REGION}" \ --project "${{ vars.GCP_PROJECT_ID }}" \ - --set-env-vars "DB_SCHEMA=${DB_SCHEMA},MINI_APP_URL=${{ vars.MINI_APP_URL }}" \ --allow-unauthenticated \ --quiet @@ -308,7 +307,6 @@ jobs: --image "${{ steps.images.outputs.mini_image }}" \ --region "${GCP_REGION}" \ --project "${{ vars.GCP_PROJECT_ID }}" \ - --set-env-vars "BOT_API_URL=${{ steps.bot-api.outputs.url }}" \ --allow-unauthenticated \ --quiet