Skip to content

Commit 43520d4

Browse files
committed
Refactor deploy.yml to update template file path
1 parent bed8d16 commit 43520d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
az deployment group create \
3333
--resource-group ${{ secrets.AZURE_RG }} \
34-
--template-file src/Application/main.bicep \
34+
--template-file src/InfrastructureAsCode/main.bicep \
3535
--parameters environment=${{ github.event.inputs.environment }}
3636
3737
- name: Output results

0 commit comments

Comments
 (0)