cloudflare · Cloudflare Workers Docs
Workers CI/CD
Overview of continuous integration and continuous deployment options for Cloudflare Workers, comparing the native Workers Builds system with external providers like GitHub Actions and GitLab CI/CD.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers CI/CD
Overview of continuous integration and continuous deployment options for Cloudflare Workers, comparing the native Workers Builds system with external providers like GitHub Actions and GitLab CI/CD.
When To Use
Use when deciding between using Cloudflare's native Workers Builds or configuring an external provider like GitHub Actions to automate Workers deployments.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-index-workflow-guide.md | An overview of continuous integration and continuous deployment options for Cloudflare Workers, including Workers Builds and external providers. | Questions about an overview of continuous integration and continuous deployment options for Cloudflare Workers, including Workers Bui... |
What This Skill Covers
- You can set up continuous integration and continuous deployment (CI/CD) for your Workers by using either the integrated build system, Workers Builds, or usin...
- Main sections:
Why use CI/CD?,Which CI/CD should I use?,Workers Builds,External CI/CD.
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/index.md
