mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 00:19:38 +00:00
fix(ci): preserve terraform-managed cloud run envs
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user