Deploy Next.js apps to Vercel
vercel-deploymentskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Deploy applications to Vercel with environment variable and build configuration
Best for
Agents automating application deployments without web UI interaction
Inputs
- · build command
- · environment variables
- · git repo or local folder
Outputs
- · deployment URL
- · build logs
Requires
- · Vercel CLI
- · git
Preconditions
Vercel account active, repo accessible
Failure modes
Deployment fails if build script exits non-zero; secrets may be exposed in logs
Trust signals
- · official Vercel integration
- · build output logged for debugging