skills/smithery.ai/vercel-ci-integration

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_TOKEN stored as GitHub Secret
  • VERCEL_ORG_ID and VERCEL_PROJECT_ID from .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"}
Installs
2
First Seen
May 2, 2026
vercel-ci-integration from smithery.ai