Skip to content

Commit

Permalink
Terraform CDK deploy debugging (#67)
Browse files Browse the repository at this point in the history
* Run cdktf deploy in infra dir

* Use port 4322 for the doj-demo server
  • Loading branch information
danielnaab authored Mar 11, 2024
1 parent 568f5d1 commit 4894bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,7 @@ jobs:
pnpm build:tsc
- name: Apply Terraform CDK configuration
run: pnpm cdktf deploy --auto-approve
shell: bash
run: |
cd infra
pnpm cdktf deploy --auto-approve
2 changes: 1 addition & 1 deletion apps/doj-demo/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
}),
],
server: {
port: 80,
port: 4322,
},
});

Expand Down

0 comments on commit 4894bfa

Please sign in to comment.