Skip to content

Commit

Permalink
Add the svc-infra step to the make target
Browse files Browse the repository at this point in the history
  • Loading branch information
mociarain committed Dec 11, 2024
1 parent 1f2a737 commit a0b4c24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-infrastructure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ svc.wait:

svc: svc.wait svc.rg
@scripts/cleanup-orphaned-rolebindings.sh $(SVC_RESOURCEGROUP)
az deployment group create \
--name $(SVC_RG_DEPLOYMENT_NAME)-infra \
--resource-group $(SVC_RESOURCEGROUP) \
--template-file templates/svc-infra.bicep \
$(PROMPT_TO_CONFIRM) \
--parameters \
configurations/svc-infra.bicepparam
az deployment group create \
--name $(SVC_RG_DEPLOYMENT_NAME) \
--resource-group $(SVC_RESOURCEGROUP) \
Expand Down

0 comments on commit a0b4c24

Please sign in to comment.