Skip to content

Commit

Permalink
Merge pull request #2 from ashleyjtaylor/fix/infrastructure-workflow
Browse files Browse the repository at this point in the history
chore: update workflow
  • Loading branch information
ashleyjtaylor authored Mar 9, 2024
2 parents ed70a34 + c5f3503 commit 7b45e11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
branches:
- main
paths:
- '.github/workflows/infrastructure.yml'
- 'infrastructure/**'
- '!**/*.md'

Expand Down Expand Up @@ -45,8 +46,8 @@ jobs:

- name: Synth
working-directory: ./infrastructure
run: cdk synth --require-approval never
run: npx cdk synth --require-approval never

- name: Deploy
working-directory: ./infrastructure
run: cdk deploy --require-approval never
run: npx cdk deploy --require-approval never

0 comments on commit 7b45e11

Please sign in to comment.