ci(deploy): templates do not allow the `zone` argument (#6646)
This commit is contained in:
parent
d3d3f2827b
commit
21391999a6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue