deploy-production

Deploy crouton apps to Cloudflare Workers PRODUCTION after pre-flight checks.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill deploy-production-friendlyinternet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-production
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/deploy-production
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill deploy-production-friendlyinternet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Safely and deliberately deploys crouton apps to Cloudflare Workers PRODUCTION, ensuring the change is verified and intentional.

Core Features & Use Cases

  • Human-Initiated Deployment: Ensures deployment to production is only done after explicit human request, preventing accidental production deployment.
  • Pre-flight Checks: Verifies the change is on staging and verified, the app is Workers-ready, secrets are set, and credentials are present.
  • CI/Local Deployment: Supports both CI (GitHub workflow) and local deployment commands for deliberate action.
  • No Demo Seeding: Production is never demo-seeded, maintaining security and integrity of the production database.

Quick Start

To deploy your crouton app to production, run the following command in your app directory: pnpm cf:deploy

Frequently Asked Questions about deploy-production

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

FAQPage Schema
How do I deploy a crouton app to Cloudflare Workers production?

Cloudflare Workers production deployment requires explicit human confirmation to prevent accidental releases. It enforces deliberate action by verifying staging status, Workers readiness, secrets, and credentials before any changes go live.

What pre-flight checks are required before deploying to Cloudflare Workers production?

You can deploy crouton apps to Cloudflare Workers production using either CI GitHub workflows or local deployment commands. Both methods require explicit human initiation to ensure the production deployment is deliberate and verified.

Does production deployment seed demo data into the Cloudflare Workers database?

Production deployment never seeds demo data, maintaining the security and integrity of your production database. This precaution ensures that only verified, intentional changes affect the live environment.

Can I deploy crouton apps to Cloudflare Workers production from CI and local environments?

You can deploy crouton apps to Cloudflare Workers production using either CI GitHub workflows or local deployment commands. Both methods require explicit human initiation to ensure the production deployment is deliberate and verified.