Skip to content

Commit 4b5ba1e

Browse files
Update the cloudflare account it for the open-next version of the site
1 parent 97e28c5 commit 4b5ba1e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tmp-cloudflare-open-next-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
env:
6767
CF_WORKERS_SCRIPTS_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6868
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
69-
CLOUDFLARE_ACCOUNT_ID: fb4a2d0f103c6ff38854ac69eb709272
69+
CLOUDFLARE_ACCOUNT_ID: 07be8d2fbc940503ca1be344714cb0d1

apps/site/wrangler.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "nodejs-website",
55
"compatibility_date": "2024-11-07",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
7-
"account_id": "fb4a2d0f103c6ff38854ac69eb709272",
7+
"account_id": "07be8d2fbc940503ca1be344714cb0d1",
88
"minify": true,
99
"keep_names": false,
1010
"assets": {
@@ -24,7 +24,7 @@
2424
// needs to be set as well in the Cloudflare dashboard
2525
"CF_WORKER_NAME": "nodejs-website",
2626
"CF_PREVIEW_DOMAIN": "nodejsorg",
27-
"CF_ACCOUNT_ID": "fb4a2d0f103c6ff38854ac69eb709272",
27+
"CF_ACCOUNT_ID": "07be8d2fbc940503ca1be344714cb0d1",
2828
},
2929
"observability": {
3030
"enabled": true,

docs/cloudflare-build-and-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Key configurations include:
1616

1717
- `main`: Points to a custom worker entry point ([`site/cloudflare/worker-entrypoint.ts`](../apps/site/cloudflare/worker-entrypoint.ts)) that wraps the OpenNext-generated worker (see [Custom Worker Entry Point](#custom-worker-entry-point) and [Sentry](#sentry) below).
1818
- `account_id`: Specifies the Cloudflare account ID. This is not required for local previews but is necessary for deployments. You can obtain an account ID for free by signing up at [dash.cloudflare.com](https://dash.cloudflare.com/login).
19-
- This is currently set to `fb4a2d0f103c6ff38854ac69eb709272`, which is the ID of a Cloudflare account controlled by Node.js, and used for testing.
19+
- This is set to `07be8d2fbc940503ca1be344714cb0d1`, which is the ID of a Cloudflare account controlled by Node.js.
2020
- `build`: Defines the build command to generate the Node.js filesystem polyfills required for the application to run on Cloudflare Workers. This uses the [`@flarelabs/wrangler-build-time-fs-assets-polyfilling`](https://github.com/flarelabs-net/wrangler-build-time-fs-assets-polyfilling) package.
2121
- `alias`: Maps aliases for the Node.js filesystem polyfills generated during the build process.
2222
- `r2_buckets`: Contains a single R2 binding definition for `NEXT_INC_CACHE_R2_BUCKET`. This is used to implement the Next.js incremental cache.

0 commit comments

Comments
 (0)