cloudflare · Cloudflare Workers Docs
Workers CI/CD
Overview of continuous integration and continuous deployment options for Cloudflare Workers, including the native Workers Builds system and integration 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, including the native Workers Builds system and integration with external providers like GitHub Actions and GitLab CI/CD.
When To Use
Use when you need to automate the build and deployment process for Cloudflare Workers using either the native Workers Builds system or external providers like GitHub Actions or GitLab CI/CD.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-workflow-guide.md | An overview of continuous integration and continuous deployment options for Cloudflare Workers, including Workers Builds and external provider integration. | 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
