Skip to content

Commit 83adc47

Browse files
Update deploy.yml
1 parent bebd687 commit 83adc47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- working-directory: ./src/InfrastructureAsCode/
1718
- uses: actions/checkout@main
1819

1920
- name: Azure login
@@ -29,5 +30,5 @@ jobs:
2930
with:
3031
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3132
resourceGroupName: ${{ env.RG }}
32-
template: ./InfrastructureAsCode/main.bicep
33+
template: ./main.bicep
3334
parameters: environment=${{ env.targetEnv }}

0 commit comments

Comments
 (0)