cyberneticlibrary

Deploy to Vercel and manage CI/CD

handling-deploy-cicdskillsetup L3381
majiayu000/claude-skill-registry
What it does

Configure and verify Vercel and Appwrite deployment environments

Best for

Gating production deployments with environment and build verification before pushing.

Inputs
  • · .env keys inventory
  • · local npm run build test
Outputs
  • · Vercel deploy preview URLs
  • · Appwrite production webhook validated
Requires
  • · Vercel CLI
  • · Appwrite dashboard
Preconditions

Vercel and Appwrite accounts configured, npm run build passes locally

Failure modes

Missing .env key in Vercel, Appwrite domain not whitelisted, build fails in CI

Trust signals
  • · Build check runs before deploy
  • · Webhook URL verified in Appwrite platform whitelist