Skip to content

Commit b68d9f4

Browse files
committed
update deploy workflow
1 parent a059fba commit b68d9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
with:
5252
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
5353
resourceGroupName: ${{ secrets.AZURE_RG }}
54-
template: ./InfrastructureAsCode/main.bicep
54+
template: ./src/InfrastructureAsCode/main.bicep
5555
# Use the environment variable called targetEnv
5656
parameters: environment=$targetEnv

0 commit comments

Comments
 (0)