Skip to content

Commit

Permalink
ensure no deployments are running in svc kv rg
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Jan 31, 2025
1 parent 648adb2 commit 755d17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-infrastructure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ svc.rg:
svc: svc.rg
@scripts/cleanup-orphaned-rolebindings.sh $(SVC_RESOURCEGROUP)
@./ensure-no-running-deployment.sh $(SVC_RESOURCEGROUP) $(SVC_RG_DEPLOYMENT_NAME)-infra
@./ensure-no-running-deployment.sh $(SVC_KV_RESOURCEGROUP) svc-kv-cert-officer
az deployment group create \
--name $(SVC_RG_DEPLOYMENT_NAME)-infra \
--resource-group $(SVC_RESOURCEGROUP) \
Expand Down

0 comments on commit 755d17a

Please sign in to comment.