Skip to content

Commit 141c20d

Browse files
committed
Fix Azure deployment workflow template path and update resource group scope
1 parent 6196006 commit 141c20d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
- name: Deploy Bicep Template
3838
uses: azure/arm-deploy@v2
3939
with:
40-
scope: resourceGroup
40+
scope: resourcegroup
4141
resourceGroupName: ${{ vars.RESOURCE_GROUP_NAME }}
42-
template: H:\Development\My project\Shortnere-url\generate-url-shortene\infrastructure\main.bicep
43-
44-
45-
42+
template: ./generate-url-shortene/infrastructure/main.bicep
43+
failOnStdErr: true

0 commit comments

Comments
 (0)