Skip to content

Commit

Permalink
WIP: CI: Add GitHub Action to Build Commits #40
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 14, 2024
1 parent f276f52 commit 73b2754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-on-every-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
name: built-project

- name: Generate Configuration file
run: echo "${{env.DEPLOY_CONFIG}}" > ./bin/config.json
run: echo "${DEPLOY_CONFIG}" > ./bin/config.json
env:
DEPLOY_CONFIG: ${{ env.DEPLOY_CONFIG }}

- name: Synthesize CDK
run: npx cdk synth
Expand Down

0 comments on commit 73b2754

Please sign in to comment.