Remove zone param
This commit is contained in:
parent
621a14abe9
commit
4aabadc67d
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# Deploy managed instance group using the new instance template
|
# Deploy managed instance group using the new instance template
|
||||||
- name: Deploy managed instance group
|
- name: Deploy managed instance group
|
||||||
run: |
|
run: |
|
||||||
gcloud compute instance-groups managed create "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
gcloud compute instance-groups managed create \
|
||||||
|
"zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--size 1 \
|
--size 2
|
||||||
--zone us-central1-a
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue