Skip to content

Commit

Permalink
Add account id
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Nov 4, 2023
1 parent 54fc412 commit 6169b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

jobs:
ci:
deploy:
runs-on: ubuntu-latest

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
run: npm install

- name: Build
run: npm run build
run: npm run generate
env:
NITRO_PRESET: cloudflare_module

Expand Down
1 change: 1 addition & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6169b1c

Please sign in to comment.