Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Configuration

Configures the build and deployment process for Cloudflare Workers by specifying build commands, deploy commands, and Git repository settings.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Configuration

Configures the build and deployment process for Cloudflare Workers by specifying build commands, deploy commands, and Git repository settings.

When To Use

Use when you need to customize the build command, deploy command, or Git branch settings for an automated Workers Builds CI/CD pipeline.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-builds-configuration-workflow-guide.mdA guide explaining how to customize build settings, deploy commands, and the two-step build process for Cloudflare Workers via Git integration.Questions about a guide explaining how to customize build settings, deploy commands, and the two-step build process for Cloudflare Wo...
examples/workers-ci-cd-builds-configuration-cloudflare-workers-builds-configurati.textA text example of a wrangler configuration file defining worker name, environment variables, and schema references.Exact payloads, commands, or snippets shown in A text example of a wrangler configuration file defining worker name, environment variables, and schema references.
examples/workers-ci-cd-builds-configuration-cloudflare-workers-builds-configurati-2.textA TOML configuration file demonstrating the schema and variable definitions for Cloudflare Workers CI/CD builds.Exact payloads, commands, or snippets shown in A TOML configuration file demonstrating the schema and variable definitions for Cloudflare Workers CI/CD builds.

What This Skill Covers

  • When connecting your Git repository to your Worker, you can customize the configurations needed to build and deploy your Worker.
  • Main sections: How Workers Builds works, Build settings, Overview, Deploy command, Non-production branch deploy command.

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