cloudflare · Cloudflare Workers Docs
Workers Git integration
How to connect GitHub or GitLab repositories to Cloudflare Workers to enable automatic deployments on code pushes and monitor build statuses via pull request comments or commit statuses.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Git integration
How to connect GitHub or GitLab repositories to Cloudflare Workers to enable automatic deployments on code pushes and monitor build statuses via pull request comments or commit statuses.
When To Use
Use when you want to automate Cloudflare Worker deployments triggered by Git pushes or when you need to monitor build statuses within GitHub or GitLab.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-builds-git-integration-workflow-guide.md | A guide explaining how to connect GitHub and GitLab repositories to Cloudflare Workers for automated deployments. | Questions about a guide explaining how to connect GitHub and GitLab repositories to Cloudflare Workers for automated deployments. |
What This Skill Covers
- Cloudflare supports connecting your GitHub and GitLab repository to your Cloudflare Worker, and will automatically deploy your code every time you push a cha...
- Main sections:
Supported Git Providers,Add a Git Integration,Manage a Git Integration.
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/git-integration
