Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Builds

How to integrate Cloudflare Workers with GitHub or GitLab repositories to enable automated builds and deployments on every git push.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Builds

How to integrate Cloudflare Workers with GitHub or GitLab repositories to enable automated builds and deployments on every git push.

When To Use

Use when you need to set up automated CI/CD pipelines to build and deploy Cloudflare Workers directly from a GitHub or GitLab repository.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-builds-workflow-guide.mdAn overview of using Cloudflare Git integration to automate Worker builds and deployments from GitHub or GitLab repositories.Questions about an overview of using Cloudflare Git integration to automate Worker builds and deployments from GitHub or GitLab repos...

What This Skill Covers

  • The Cloudflare Git integration lets you connect a new or existing Worker to a GitHub or GitLab repository, enabling automated builds and deployments for your...
  • Main sections: Get started, Connect a new Worker, Connect an existing Worker, Automatic project configuration, View build and preview URL.

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/builds