change machine type to one available in central region

This commit is contained in:
Jane Lusby 2021-03-05 12:04:04 -08:00 committed by Deirdre Connolly
parent 3e60f9064f
commit db52d63b86
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ on:
env: env:
PROJECT_ID: zealous-zebra PROJECT_ID: zealous-zebra
REGION: us-central1 REGION: us-central1
ZONE: us-central1-c
jobs: jobs:
@ -44,7 +43,7 @@ jobs:
--boot-disk-size 100GB \ --boot-disk-size 100GB \
--container-image "electriccoinco/zcashd" \ --container-image "electriccoinco/zcashd" \
--container-env ZCASHD_NETWORK="${{ github.event.inputs.network }}" \ --container-env ZCASHD_NETWORK="${{ github.event.inputs.network }}" \
--machine-type n2d-standard-4 \ --machine-type n2-standard-4 \
--service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \ --service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \
--scopes cloud-platform \ --scopes cloud-platform \
--tags zcashd \ --tags zcashd \