Skip to content

Commit 9e763f7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
with:
4040
scope: resourcegroup
4141
resourceGroupName: ${{ vars.RESOURCE_GROUP_NAME }}
42-
template: ./infrastructure/main.bicep
42+
template: 'generate-url-shortene/infrastructure/main.bicep'
4343
failOnStdErr: true
4444

0 commit comments

Comments
 (0)