Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Git integration

How to connect GitHub or GitLab repositories to Cloudflare Workers to enable automatic deployments on code pushes and monitor build statuses via pull request comments or commit statuses.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Git integration

How to connect GitHub or GitLab repositories to Cloudflare Workers to enable automatic deployments on code pushes and monitor build statuses via pull request comments or commit statuses.

When To Use

Use when you want to automate Cloudflare Worker deployments triggered by Git pushes or when you need to monitor build statuses within GitHub or GitLab.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-builds-git-integration-workflow-guide.mdA guide explaining how to connect GitHub and GitLab repositories to Cloudflare Workers for automated deployments.Questions about a guide explaining how to connect GitHub and GitLab repositories to Cloudflare Workers for automated deployments.

What This Skill Covers

  • Cloudflare supports connecting your GitHub and GitLab repository to your Cloudflare Worker, and will automatically deploy your code every time you push a cha...
  • Main sections: Supported Git Providers, Add a Git Integration, Manage a Git Integration.

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/git-integration