Skip to content

Commit 6196006

Browse files
committed
Update Azure deployment workflow to use absolute path for Bicep template
1 parent 470182a commit 6196006

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,7 +39,7 @@ jobs:
3939
with:
4040
scope: resourceGroup
4141
resourceGroupName: ${{ vars.RESOURCE_GROUP_NAME }}
42-
template: infrastructure/main.bicep
42+
template: H:\Development\My project\Shortnere-url\generate-url-shortene\infrastructure\main.bicep
4343

4444

4545

0 commit comments

Comments
 (0)