From 1a1240a94351b97781d9723f9132ad63cfa048e8 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 13 Nov 2020 16:58:41 -0500 Subject: [PATCH] Rearrange some deploy flags --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4b9d5d59..e37bd814 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -144,9 +144,9 @@ jobs: run: | gcloud compute instance-templates create-with-container "zebrad-$BRANCH_NAME-$SHORT_SHA" \ --container-image "gcr.io/$PROJECT_ID/$REPOSITORY/$BRANCH_NAME:$SHORT_SHA" \ - --machine-type n2-standard-4 \ --create-disk name=zebrad-cache-$SHORT_SHA,size=100GB,type=pd-balanced,auto-delete=no \ --container-mount-disk mount-path="/zebrad-cache",name=zebrad-cache-$SHORT_SHA \ + --machine-type n2-standard-4 \ --service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \ --scopes cloud-platform \ --tags zebrad \