Skip to content

Commit c412a14

Browse files
committed
Fix scope casing and update template path in Azure deployment workflow
1 parent 822b415 commit c412a14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- name: Deploy Bicep Template
4141
uses: azure/arm-deploy@v2
4242
with:
43-
scope: resourcegroup
43+
scope: resourceGroup
4444
resourceGroupName: rg-urlshortener-dev
45-
template: infrastructure/main.bicep
46-
failOnStdErr: true
45+
template: ./infrastructure/main.bicep

0 commit comments

Comments
 (0)