Skip to content

Commit

Permalink
change machine type to one available in central region
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc authored and dconnolly committed Mar 6, 2021
1 parent 3e60f90 commit db52d63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/zcashd-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
env:
PROJECT_ID: zealous-zebra
REGION: us-central1
ZONE: us-central1-c

jobs:

Expand Down Expand Up @@ -44,7 +43,7 @@ jobs:
--boot-disk-size 100GB \
--container-image "electriccoinco/zcashd" \
--container-env ZCASHD_NETWORK="${{ github.event.inputs.network }}" \
--machine-type n2d-standard-4 \
--machine-type n2-standard-4 \
--service-account [email protected] \
--scopes cloud-platform \
--tags zcashd \
Expand Down

0 comments on commit db52d63

Please sign in to comment.