Skip to content

Commit 6981bfb

Browse files
Update deploy.yml
1 parent 81560a0 commit 6981bfb

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
@@ -14,7 +14,6 @@ jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- working-directory: ./src/InfrastructureAsCode
1817
- uses: actions/checkout@main
1918

2019
- name: Azure login
@@ -27,6 +26,7 @@ jobs:
2726

2827
- name: Run ARM deploy
2928
uses: azure/arm-deploy@v1
29+
working-directory: ./src/InfrastructureAsCode
3030
with:
3131
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3232
resourceGroupName: ${{ env.RG }}

0 commit comments

Comments
 (0)