Skip to content

Commit c09bdf3

Browse files
committed
Update Azure deployment workflow to correct template path for Bicep file
1 parent 9e763f7 commit c09bdf3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
- name: Deploy Bicep Template
3838
uses: azure/arm-deploy@v2
3939
with:
40-
scope: resourcegroup
40+
scope: resourceGroup
41+
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4142
resourceGroupName: ${{ vars.RESOURCE_GROUP_NAME }}
42-
template: 'generate-url-shortene/infrastructure/main.bicep'
43-
failOnStdErr: true
43+
template: infrastructure/main.bicep
44+
45+
4446

0 commit comments

Comments
 (0)