From e325775bf3df9ca867cf0dbcb94c110653342c71 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Thu, 19 Nov 2020 16:44:12 -0500 Subject: [PATCH] Specify region not just zone --- .github/workflows/cd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 60e82487..d904f841 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,6 +8,7 @@ on: env: PROJECT_ID: zealous-zebra + REGION: us-east1 ZONE: us-east1-b @@ -116,7 +117,7 @@ jobs: --template "zebrad-$BRANCH_NAME-$SHORT_SHA" \ --health-check zebrad-tracing-filter \ --initial-delay 30 \ - --region "$ZONE" \ + --region "$REGION" \ --size 2 # Rolls out update to existing group using the new instance template @@ -126,4 +127,4 @@ jobs: gcloud compute instance-groups managed rolling-action start-update \ "zebrad-$BRANCH_NAME" \ --version template="zebrad-$BRANCH_NAME-$SHORT_SHA" \ - --region "$ZONE" + --region "$REGION"