Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
elthrasher committed Apr 10, 2023
1 parent 773993f commit 4940642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
role-to-assume: arn:aws:iam::447002520154:role/github-oidc-stack-DeployRole885297C3-1VVRDT551FCCC
aws-region: eu-west-1
- name: cdk deploy
run: npm run deploy
run: |
npm ci && npm run deploy

0 comments on commit 4940642

Please sign in to comment.