AgentSkillsCN

ralph-deploy

检查部署就绪情况,并将应用部署至已配置的平台(Vercel、Render、AWS、Azure、Supabase)。先运行云部署技能进行飞行前检查,随后正式执行部署操作。适用于准备上线时使用。

SKILL.md
--- frontmatter
name: ralph-deploy
description: Check deployment readiness and deploy to configured platforms (Vercel, Render, AWS, Azure, Supabase). Runs cloud-deployer skill for pre-flight checks, then executes deployment. Use when ready to ship.
allowed-tools: Read, Bash, Grep, Glob

Ralph Ultra Deployment

Check deployment readiness and deploy to configured platforms.

What this does

  1. Pre-flight — Runs cloud-deployer skill for readiness check
  2. Verification — Runs full 5-gate verification pipeline
  3. Build — Executes production build
  4. Deploy — Pushes to configured platform(s)
  5. Post-deploy — Health check on deployed URL

Usage

code
/ralph-ultra:ralph-deploy [--platform vercel|render|aws|azure] [--skip-verify] [--dry-run]

Supported Platforms

PlatformCLI RequiredConfig File
Vercelvercelvercel.json
Renderrenderrender.yaml
AWSawssamconfig.toml, cdk.json
Azureazazure-pipelines.yml
Supabasesupabasesupabase/config.toml

Safety

  • Always runs in dry-run mode first unless --skip-verify is set
  • Requires explicit confirmation before production deployments
  • Checks environment variables are set before deploying
  • Verifies build output exists and is valid