From 6169b1c9cdea939a7c87a0ffabbcf64a81cf5c80 Mon Sep 17 00:00:00 2001 From: Zhixing Zhang Date: Sat, 4 Nov 2023 11:30:20 +0000 Subject: [PATCH] Add account id --- .github/workflows/cloudflare.yml | 4 ++-- wrangler.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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"