Command Palette

Search for a command to run...

vercel_promote

Promote deployment to be current production

Syntax
vercel promote [deployment-id or url]
Options
Available flags and parameters for this command
--timeout

Wait time (default: 3 min, 0 = immediate exit)

--yes

Skip confirmation for preview deployments

Examples
Common usage examples
vercel promote https://example-staging.vercel.app
vercel promote dpl_abc123 --timeout=5m
vercel promote preview-deployment.vercel.app --yes
Use Cases
When to use this command
  • Promote staging to production
  • Deploy preview builds
  • Production updates