mirror of
https://github.com/BagelHole/DevOps-Security-Agent-Skills.git
synced 2026-08-22 12:49:53 +02:00
835 B
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 |
|
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.
Related Skills
- github-actions - Automated deployment gates
- cloudflare-pages - Alternative edge hosting