diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d904f841..a503284a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -106,7 +106,7 @@ jobs: id: does-group-exist continue-on-error: true run: | - gcloud compute instance-groups list | grep "zebrad-$BRANCH_NAME" + gcloud compute instance-groups list | grep "zebrad-$BRANCH_NAME"\ \ "$REGION" # Deploy new managed instance group using the new instance template - name: Create managed instance group