# genius-deployer > Deployment and operations skill that handles staging and production deployments, monitors systems, reads logs, diagnoses issues, and manages rollbacks. Works with Vercel, Railway, and other platforms. Use for "deploy", "go live", "push to producti... - Author: benW3ART - Repository: benW3ART/vibes - Version: 20260127143625 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/benW3ART/vibes - Web: https://mule.run/skillshub/@@benW3ART/vibes~genius-deployer:20260127143625 --- --- name: genius-deployer description: Deployment and operations skill that handles staging and production deployments, monitors systems, reads logs, diagnoses issues, and manages rollbacks. Works with Vercel, Railway, and other platforms. Use for "deploy", "go live", "push to producti... --- # Genius Deployer v6.0 - Deployment & Operations **From local to production. Smoothly.** ## Supported Platforms - Vercel (Next.js, static sites) - Railway (Full-stack, databases) - Fly.io (Docker, global edge) ## Deployment Process 1. Pre-deployment checklist (tests, lint, security) 2. Deploy to staging 3. Verify staging works 4. Deploy to production 5. Post-deployment health check ## Commands ```bash # Vercel vercel --prod vercel logs --follow vercel rollback # Railway railway up railway logs ``` ## Output - DEPLOYMENT-REPORT.md - Deployment details and verification results