vibe-coder/skills/deploy-automation/SKILL.md
One-click deploy to production. User just says "deploy". Use when: user wants to publish their app. Triggers: "deploy", "publish", "go live", "опубликуй".
npx skillsauth add timequity/plugins deploy-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deploy to production with one command.
Based on template:
| Template | Platform | Why | |----------|----------|-----| | nextjs-supabase | Vercel | Native Next.js support | | fastapi-postgres | Fly.io | Docker + persistent DB | | hono-drizzle | Cloudflare | Edge-native | | landing-page | Netlify/Vercel | Static hosting |
vercel --prodfly deploywrangler deploynetlify deploy --prodTemplate for each platform:
# Supabase
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
# PostgreSQL
DATABASE_URL=
SECRET_KEY=
# General
NODE_ENV=production
User: "Deploy this"
After initial deploy:
tools
Backup strategies, disaster recovery planning, and business continuity.
devops
Cloud cost management, rightsizing, and FinOps practices.
testing
CI/CD pipeline design with GitHub Actions, GitLab CI, and best practices.
development
Validate idea and create detailed PRD. Saves docs/PRD.md to project. Use when: user describes an app idea, wants to create something new. Triggers: "I want to build", "create app", "make website", "build MVP", "хочу создать", "сделать приложение".