Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyjtaylor committed Mar 9, 2024
1 parent ed70a34 commit c5f3503
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 c5f3503

Please sign in to comment.