Deployment Strategies
Installation
SKILL.md
Deployment Strategies
Purpose
This skill provides guidance on deploying Cloudflare Workers, managing multiple environments, implementing CI/CD pipelines, and using deployment best practices. Use this skill when setting up deployment workflows, managing staging and production environments, implementing rollback strategies, or integrating with CI/CD systems.
Environment Management
Multi-Environment Configuration
Use wrangler.jsonc environments for staging/production separation:
{
"name": "my-worker",
"main": "src/index.ts",