Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Oct 24, 2024
1 parent 90afdfa commit 7b0ed0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
group: production
env:
VITE_MATTRAX_CLOUD_ORIGIN: https://web.mattrax.app
NITRO_PRESET: cloudflare_pages
steps:
- name: Git clone the repository
uses: actions/checkout@v4
Expand Down
15 changes: 2 additions & 13 deletions apps/landing/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
#:schema node_modules/wrangler/config-schema.json
name = "landing-dev" # TODO
name = "landing"
compatibility_date = "2024-10-22"
workers_dev = true # TODO: Auth for this

# route = { pattern = "todo-landing.mattrax.app/*", zone_name = "mattrax.app" } # TODO: Domain

main = "./.output/server/index.mjs" # TODO: ".output/server/index.mjs"
assets = { directory = "./.output/public/", binding = "ASSETS" }

[build]
command = "NITRO_PRESET=cloudflare-module pnpm build"

# [vars]
# WAITLIST_URL = "https://web.mattrax.app/api/waitlist"
pages_build_output_dir = "./.output"

0 comments on commit 7b0ed0b

Please sign in to comment.