Skip to content

Commit 457a78e

Browse files
author
Augment Agent
committed
fix: remove unsupported --max-surge flag from rolling restart
1 parent edc3163 commit 457a78e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ jobs:
181181
182182
gcloud compute instance-groups managed rolling-action restart ${{ env.MIG_NAME }} \
183183
--zone=${{ env.ZONE }} \
184-
--max-surge=1 \
185184
--max-unavailable=0 \
186185
--project=${{ env.PROJECT_ID }}
187186

0 commit comments

Comments
 (0)