Skip to content

Commit

Permalink
Add recreate step
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed Nov 5, 2023
1 parent d7e4ec6 commit c8be75a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ steps:
"--version=template=liquidator-template-$COMMIT_SHA",
"--zone=us-central1-a",
]
- name: "gcr.io/cloud-builders/gcloud"
args:
[
"compute",
"instance-groups",
"managed",
"recreate-instances",
"liquidator-instance-group-3",
]
availableSecrets:
secretManager:
- versionName: projects/$PROJECT_ID/secrets/WALLET_ADDRESS/versions/latest
Expand Down

0 comments on commit c8be75a

Please sign in to comment.