vercel-ci-integration
SKILL.md
Vercel CI Integration
Overview
Set up automated Vercel deployments in GitHub Actions with preview deployments on PRs, production deploys on merge to main, and optional test gating. Covers both Vercel's built-in Git integration and custom CI pipelines using the Vercel CLI.
Prerequisites
- GitHub repository with Actions enabled
- Vercel project linked to the repo
VERCEL_TOKENstored as GitHub SecretVERCEL_ORG_IDandVERCEL_PROJECT_IDfrom.vercel/project.json
Instructions
Step 1: Store CI Secrets in GitHub
# Get project and org IDs
cat .vercel/project.json
# {"orgId":"team_xxx","projectId":"prj_xxx"}