Skip to content

Commit f1e2bd9

Browse files
Bump @opennextjs/cloudflare to 1.13.1 and remove no-longer needed R2 env variables
1 parent 3cf7c96 commit f1e2bd9

File tree

3 files changed

+81
-132
lines changed

3 files changed

+81
-132
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,3 @@ jobs:
6565
CF_WORKERS_SCRIPTS_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6666
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6767
CLOUDFLARE_ACCOUNT_ID: fb4a2d0f103c6ff38854ac69eb709272
68-
# Note the R2_* env variables below are useful for speeding up the assets upload
69-
# process, see: https://opennext.js.org/cloudflare/cli#populatecache-command
70-
R2_ACCESS_KEY_ID: ${{ env.R2_ACCESS_KEY_ID }}
71-
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1",
8383
"@next/eslint-plugin-next": "15.5.4",
8484
"@node-core/remark-lint": "workspace:*",
85-
"@opennextjs/cloudflare": "^1.12.0",
85+
"@opennextjs/cloudflare": "^1.13.1",
8686
"@playwright/test": "^1.56.1",
8787
"@testing-library/user-event": "~14.6.1",
8888
"@types/mdast": "^4.0.4",

0 commit comments

Comments
 (0)