Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

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

  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/external-cicd