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 }} \
|
--service-account ${{ vars.GCP_DEPLOYMENTS_SA }} \
|
||||||
--scopes cloud-platform \
|
--scopes cloud-platform \
|
||||||
--labels=app=zebrad,environment=prod,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }} \
|
--labels=app=zebrad,environment=prod,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }} \
|
||||||
--tags zebrad \
|
--tags zebrad
|
||||||
--zone ${{ vars.GCP_ZONE }}
|
|
||||||
|
|
||||||
# Check if our destination instance group exists already
|
# Check if our destination instance group exists already
|
||||||
- name: Check if instance group exists
|
- name: Check if instance group exists
|
||||||
|
|
|
||||||
|
|
@ -71,8 +71,7 @@ jobs:
|
||||||
--service-account ${{ vars.GCP_DEPLOYMENTS_SA }} \
|
--service-account ${{ vars.GCP_DEPLOYMENTS_SA }} \
|
||||||
--scopes cloud-platform \
|
--scopes cloud-platform \
|
||||||
--labels=app=zcashd,environment=prod,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }} \
|
--labels=app=zcashd,environment=prod,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }} \
|
||||||
--tags zcashd \
|
--tags zcashd
|
||||||
--zone ${{ vars.GCP_ZONE }}
|
|
||||||
|
|
||||||
# Check if our destination instance group exists already
|
# Check if our destination instance group exists already
|
||||||
- name: Check if instance group exists
|
- name: Check if instance group exists
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue