Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-index-workflow-guide.mdAn 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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