diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index dbc2b65..5769f3e 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -9,7 +9,7 @@ on: - master jobs: - ci: + deploy: runs-on: ubuntu-latest steps: @@ -25,7 +25,7 @@ jobs: run: npm install - name: Build - run: npm run build + run: npm run generate env: NITRO_PRESET: cloudflare_module diff --git a/wrangler.toml b/wrangler.toml index 2d5a898..c17e866 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -2,6 +2,7 @@ name = "web" main = "./.output/server/index.mjs" workers_dev = true compatibility_date = "2022-09-10" +account_id = "6c2bdb83c20ed352ac7eae0370600661" [site] bucket = ".output/public"