Files
DevOps-Security-Agent-Skills/infrastructure/platforms/vercel-deployments/SKILL.md
T

835 B

name, description, license, metadata
name description license metadata
vercel-deployments Deploy frontend and full-stack apps on Vercel with previews, edge functions, and environment promotion. MIT
author version
devops-skills 1.0

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.