Skip to content

Commit 822b415

Browse files
committed
Update Azure deployment workflow to use ARM deploy v2 and correct resource group name
1 parent be0ca64 commit 822b415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
echo "Resource Group Created"
3939
4040
- name: Deploy Bicep Template
41-
uses: azure/arm-deploy@v1
41+
uses: azure/arm-deploy@v2
4242
with:
4343
scope: resourcegroup
44-
resourceGroupName: rg-urlshortener-2-dev
44+
resourceGroupName: rg-urlshortener-dev
4545
template: infrastructure/main.bicep
4646
failOnStdErr: true

0 commit comments

Comments
 (0)