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