change machine type to one available in central region
This commit is contained in:
parent
3e60f9064f
commit
db52d63b86
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue