Skip to content

Commit

Permalink
Merge branch 'main' into fix-edit-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab authored Mar 11, 2024
2 parents affe473 + 4894bfa commit 9c7d60b
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 9c7d60b

Please sign in to comment.