vercel-deployments
3
总安装量
3
周安装量
#58893
全站排名
安装命令
npx skills add https://github.com/bagelhole/devops-security-agent-skills --skill vercel-deployments
Agent 安装分布
mcpjam
3
claude-code
3
replit
3
junie
3
windsurf
3
zencoder
3
Skill 文档
Vercel Deployments
Ship web apps quickly with preview environments and managed edge infrastructure.
Core Workflow
npm i -g vercel
vercel login
vercel link
vercel
vercel --prod
Production Guardrails
- Require preview checks before merge.
- Separate preview and production environment variables.
- Use branch protection with required deployment status.
- Monitor function duration and cold start behavior.
Related Skills
- github-actions – Automated deployment gates
- cloudflare-pages – Alternative edge hosting