Rearrange some deploy flags

This commit is contained in:
Deirdre Connolly 2020-11-13 16:58:41 -05:00 committed by Deirdre Connolly
parent 472163f817
commit 1a1240a943
1 changed files with 1 additions and 1 deletions

View File

@ -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 \