deploy
Installation
SKILL.md
Deploy Skill
Unified deployment automation for multi-service projects.
Supported Platforms
| Platform | Command | Use Case |
|---|---|---|
| Railway | railway up |
Backend services, bots |
| Cloudflare Pages | Git push (auto-deploy) | Static sites |
| Cloudflare Pages (OpenNext) | bunx @opennextjs/cloudflare build && bunx wrangler deploy |
Next.js SSR apps |
| Cloudflare Workers | wrangler deploy |
Edge functions |