grey-haven-deployment-cloudflare

Deploy TanStack Start applications to Cloudflare Workers with GitHub Actions and Doppler secrets.

29|4|Updated Aug 10, 2025
One-click install
npx skills add https://github.com/greyhaven-ai/claude-code-config --skill grey-haven-deployment-cloudflare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grey-haven-deployment-cloudflare
Source: https://github.com/greyhaven-ai/claude-code-config/tree/main/grey-haven-plugins/deployment/skills/deployment-cloudflare
Command: npx skills add https://github.com/greyhaven-ai/claude-code-config --skill grey-haven-deployment-cloudflare

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires doppler-cli, wrangler, drizzle-kit, alembic, and includes scripts (resource) and references (resource) and examples (resource) and checklists (resource) and templates (resource) components.

What problem does it solve?

This Skill eliminates the complexity of deploying TanStack Start applications to Cloudflare Workers, handling everything from secrets management to database migrations and emergency rollbacks.

Core Features & Use Cases

  • CI/CD Automation: Deploy with GitHub Actions, Doppler secrets, and Wrangler CLI.
  • Database Management: Run and rollback migrations safely in production.
  • Use Case: Imagine you need to deploy your TanStack Start app to production. Use this Skill to automatically run tests, build the application, execute database migrations, deploy to Cloudflare Workers, inject secrets, and run smoke tests - all while maintaining the ability to instantly rollback if anything goes wrong.

Quick Start

Deploy my TanStack Start application to Cloudflare Workers using the production configuration.

Frequently Asked Questions about grey-haven-deployment-cloudflare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deployment of TanStack Start applications to Cloudflare Workers?

Automate TanStack Start deployment to Cloudflare Workers using GitHub Actions with Wrangler CLI, Doppler for secrets injection, and optional database migrations via Drizzle or Alembic. The Skill handles the full pipeline from build through smoke-test validation with rollback support.

Can I manage database migrations safely during Cloudflare Workers deployments?

Yes. Execute and rollback migrations safely in production using Drizzle or Alembic integrated into your deployment pipeline. The Skill runs migrations before deployment and enables instant rollback if validation fails.

How do I inject secrets from Doppler into Cloudflare Workers deployments?

The Skill integrates Doppler CLI to pull secrets and inject them via Wrangler during deployment. Secrets are bound to your Workers/Pages environment across production, staging, and development pipelines.

Does this support deployments to Cloudflare KV and R2 storage?

Yes. The Skill handles deployment to Cloudflare Workers/Pages with optional KV and R2 bindings, plus support for edge databases. Configure storage resources in your deployment templates.

What happens if a Cloudflare deployment fails—can I rollback instantly?

Yes. The Skill includes automated rollback procedures triggered by smoke-test failures. If validation detects issues post-deployment, rollback executes immediately to restore the previous version.

Do I need GitHub Actions to use this deployment Skill?

Yes. The Skill uses GitHub Actions to orchestrate the CI/CD pipeline. It coordinates testing, building, migrations, Wrangler deployment, secret injection, and smoke tests in sequence.