Skip to content

Commit

Permalink
Add CDK deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 12, 2023
1 parent 58aae9d commit 99222e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ jobs:
- name: Synth CDK to CloudFormation Template
run: |
source .venv/bin/activate
pip list
cdk synth
# NOTE: for now no manual approvals are required
- name: Deploy to AWS
run: cdk deploy --require-approval=never
run: |
source .venv/bin/activate
cdk deploy --require-approval=never

0 comments on commit 99222e1

Please sign in to comment.