Skip to content

Commit db74265

Browse files
Update deploy.yml
1 parent 2aa1f09 commit db74265

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ permissions:
1313
jobs:
1414
build-and-deploy:
1515
runs-on: ubuntu-latest
16-
defaults:
17-
run:
18-
working-directory: 'src/InfrastructureAsCode'
1916
steps:
2017
- uses: actions/checkout@main
2118

@@ -32,5 +29,5 @@ jobs:
3229
with:
3330
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3431
resourceGroupName: ${{ env.RG }}
35-
template: main.bicep
32+
template: ./src/InfrastructureAsCode/main.bicep
3633
parameters: environment=${{ env.targetEnv }}

0 commit comments

Comments
 (0)