Skip to content

Commit ef329b5

Browse files
Update deploy.yml
1 parent 6981bfb commit ef329b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ permissions:
1313
jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
16+
defaults:
17+
run:
18+
working-directory: ./src/InfrastructureAsCode
1619
steps:
1720
- uses: actions/checkout@main
1821

@@ -26,7 +29,6 @@ jobs:
2629

2730
- name: Run ARM deploy
2831
uses: azure/arm-deploy@v1
29-
working-directory: ./src/InfrastructureAsCode
3032
with:
3133
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3234
resourceGroupName: ${{ env.RG }}

0 commit comments

Comments
 (0)