cloudflare · Cloudflare Workers Docs
Workers External CI/CD
Guides for integrating Cloudflare Workers deployment into external continuous integration and continuous delivery platforms like GitHub Actions and GitLab CI/CD.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers External CI/CD
Guides for integrating Cloudflare Workers deployment into external continuous integration and continuous delivery platforms like GitHub Actions and GitLab CI/CD.
When To Use
Use when you need to automate the deployment of Cloudflare Workers using external tools like GitHub Actions, GitLab CI/CD, or Terraform instead of using the native Workers Builds service.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-external-cicd-workflow-guide.md | A guide explaining how to deploy Cloudflare Workers using external CI/CD providers like GitHub Actions and GitLab CI/CD. | Questions about a guide explaining how to deploy Cloudflare Workers using external CI/CD providers like GitHub Actions and GitLab CI/CD. |
What This Skill Covers
- Deploying Cloudflare Workers with CI/CD ensures reliable, automated deployments for every code change.
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/external-cicd
