Skip to content

Commit

Permalink
pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedharkb committed Mar 15, 2024
1 parent 57e7b09 commit a2b0c52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
cd infrastructure
npm ci
npm run build
npx cdk synth
npx cdk synth --verbose
- name: Show CDK diff
run: |
cd infrastructure
npx cdk diff
cd infrastructure
npx cdk diff --verbose
- name: Deploy CDK stack
run: |
cd infrastructure
npx cdk deploy --require-approval never
npx cdk deploy --require-approval never --verbose

0 comments on commit a2b0c52

Please sign in to comment.