deployment-automation
Installation
SKILL.md
Deployment Automation Skill
Overview
This skill helps you deploy and manage your Next.js application in production. From Vercel deployments to CI/CD pipelines, this covers everything you need for smooth, automated deployments.
Vercel Deployment
Install Vercel CLI
npm i -g vercel
vercel login
Deploy to Production
# Deploy to production
vercel --prod