Skip to content

Commit

Permalink
Update CI/CD pipeline fixes for CDK npm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Feb 8, 2024
1 parent 797b04a commit 2b712db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Install CDK and Modules
run: |
npm install -g aws-cdk
cd ./cdk
npm ci
# Same task with different secrets depending on the branch ref (dev vs prod deployments)
Expand Down Expand Up @@ -148,6 +149,7 @@ jobs:
- name: Install CDK and Modules
run: |
npm install -g aws-cdk
cd ./cdk
npm ci
# Same task with different secrets depending on the branch ref (dev vs prod deployments)
Expand Down

0 comments on commit 2b712db

Please sign in to comment.