cloudflare · Cloudflare Workers Docs
Workers Builds
How to integrate Cloudflare Workers with GitHub or GitLab repositories to enable automated builds and deployments on every git push.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Builds
How to integrate Cloudflare Workers with GitHub or GitLab repositories to enable automated builds and deployments on every git push.
When To Use
Use when you need to set up automated CI/CD pipelines to build and deploy Cloudflare Workers directly from a GitHub or GitLab repository.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-builds-workflow-guide.md | An overview of using Cloudflare Git integration to automate Worker builds and deployments from GitHub or GitLab repositories. | Questions about an overview of using Cloudflare Git integration to automate Worker builds and deployments from GitHub or GitLab repos... |
What This Skill Covers
- The Cloudflare Git integration lets you connect a new or existing Worker to a GitHub or GitLab repository, enabling automated builds and deployments for your...
- Main sections:
Get started,Connect a new Worker,Connect an existing Worker,Automatic project configuration,View build and preview URL.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/ci-cd/builds
