ci(deploy): templates do not allow the `zone` argument (#6646)

This commit is contained in:
Gustavo Valverde 2023-05-09 22:06:18 -04:00 committed by GitHub
parent d3d3f2827b
commit 21391999a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -163,8 +163,7 @@ jobs:
--service-account ${{ vars.GCP_DEPLOYMENTS_SA }} \
--scopes cloud-platform \
--labels=app=zebrad,environment=prod,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }} \
--tags zebrad \
--zone ${{ vars.GCP_ZONE }}
--tags zebrad
# Check if our destination instance group exists already
- name: Check if instance group exists

View File

@ -71,8 +71,7 @@ jobs:
--service-account ${{ vars.GCP_DEPLOYMENTS_SA }} \
--scopes cloud-platform \
--labels=app=zcashd,environment=prod,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }} \
--tags zcashd \
--zone ${{ vars.GCP_ZONE }}
--tags zcashd
# Check if our destination instance group exists already
- name: Check if instance group exists