Skip to content

Commit fc045f3

Browse files
committed
Update Azure deployment workflow to correct Bicep template path
1 parent 141c20d commit fc045f3

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,5 +39,5 @@ jobs:
3939
with:
4040
scope: resourcegroup
4141
resourceGroupName: ${{ vars.RESOURCE_GROUP_NAME }}
42-
template: ./generate-url-shortene/infrastructure/main.bicep
42+
template: ./infrastructure/main.bicep
4343
failOnStdErr: true

0 commit comments

Comments
 (0)