cloudflare pages
又是一个坑.
··1 min read

如何创建一个 cloudflare pages?
The quiet shape of an idea
cloudflare pages的默认界面是workers, 注意下面的pages引导, 创建pages.
使用workers创建连续build失败, 优先创建pages.
出现的一些警告和错误
- You need to register a workers.dev subdomain before publishing to workers.dev
- A request to the Cloudflare API (/accounts/c88012af994332391c40b149a9c3e3f8/pages/projects/moon-no-sleep) failed. It looks like you are authenticating Wrangler via a custom API token set in an environment variable. Please ensure it has the correct permissions for this operation.
- Project not found. The specified project name does not match any of your existing projects. [code: 8000007]
Deploy command
npx wrangler pages deploy . --project-name=moon-no-sleep
设置变量 CLOUDFLARE_API_TOKEN
- 在个人profile中创建一个workers build相关的token.
- 在pages的setting中创建并设置变量 CLOUDFLARE_API_TOKEN.
Closing
Comments
Hook this up to your favourite commenting platform — Giscus, Disqus, or your own.


