deploy
द्वारा vercel
Vercel पर एप्लिकेशन डिप्लॉय करें। जब उपयोगकर्ता "deploy", "deploy to Vercel", "push to production", "deploy my app", या "go live" कहे तो इसका उपयोग करें।
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill deployDeploy to Vercel
Prerequisites Check
vercel --version
vercel whoami
If not installed: npm install -g vercel
If not logged in: vercel login
Deployment
Production:
vercel --prod
Preview:
vercel
After Deployment
- Display the deployment URL
- Show build status
- Mention
vercel logs <url>for debugging if needed