Deploy with Cloudflare
- Click your account menu in the top right.
- Click Settings.
- Open Integrations.
- In Cloudflare connection, enter a connection name, Cloudflare Account ID, and API token.
- Select Save and test connection.
- Open the repository you want to deploy.
- Visit Settings.
- Expand Cloudflare under Integrations.
- Check Enable deployments.
- Choose an existing Pages project or Worker, or create a new target.
- Set branch, build command, and output directory or Worker entry in Advanced build settings.
- Select Save Cloudflare integration.
On push, NobGit queues deployments from the Git post-receive hook. Pages deploys upload files from the output directory. Workers deploys upload a JavaScript module entry such as worker.js, index.js, or src/index.js.