Skip to content

Commit 45e9571

Browse files
committed
Update Azure deployment workflow to correct resource group scope and template path
1 parent f9a53f3 commit 45e9571

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- name: Deploy Bicep Template
3838
uses: azure/arm-deploy@v2
3939
with:
40-
scope: resource-group
40+
scope: resourcegroup
4141
resourceGroupName: ${{ vars.RESOURCE_GROUP_NAME }}
42-
template: generate-url-shortene/infrastructure/main.bicep
42+
template: ./infrastructure/main.bicep
43+
failOnStdErr: true
4344

0 commit comments

Comments
 (0)