Ralph Ultra Deployment
Check deployment readiness and deploy to configured platforms.
What this does
- •Pre-flight — Runs cloud-deployer skill for readiness check
- •Verification — Runs full 5-gate verification pipeline
- •Build — Executes production build
- •Deploy — Pushes to configured platform(s)
- •Post-deploy — Health check on deployed URL
Usage
code
/ralph-ultra:ralph-deploy [--platform vercel|render|aws|azure] [--skip-verify] [--dry-run]
Supported Platforms
| Platform | CLI Required | Config File |
|---|---|---|
| Vercel | vercel | vercel.json |
| Render | render | render.yaml |
| AWS | aws | samconfig.toml, cdk.json |
| Azure | az | azure-pipelines.yml |
| Supabase | supabase | supabase/config.toml |
Safety
- •Always runs in dry-run mode first unless
--skip-verifyis set - •Requires explicit confirmation before production deployments
- •Checks environment variables are set before deploying
- •Verifies build output exists and is valid