vercel-github-actions
Installation
SKILL.md
Vercel + GitHub Actions Skill
Patterns for deploying to Vercel with GitHub Actions CI/CD pipelines.
Three-Environment Model
| Environment | Branch | Purpose |
|---|---|---|
| Preview | feature/* |
Auto-generated per PR, ephemeral |
| Staging | staging |
Persistent URL for UAT testing |
| Production | main |
Live user-facing deployment |
Vercel CLI Commands
Authentication & Setup
# Login to Vercel
vercel login