Deployment Storage keeps your deployments rollback-ready
By Steven Van ·
Every deployment produces a set of files, including the pages, functions, and assets Vercel serves.
Deployment Storage keeps the files from every deployment, pages, functions and assets, available so past deployments can be inspected or restored. On Vercel, clicking Instant Rollback on the Production Deployment tile and choosing an earlier deployment repoints domains to it in seconds, with no rebuild required.
Deployment Storage is billed at $0.10 per GB per month, with Hobby teams getting 10 GB included. Existing teams keep their current pricing for now, with no change to their bill. A Deployment Retention Policy controls how long Pre-Production, Production, Canceled and Errored deployments are kept: shorter retention means less storage, but a deleted deployment can't be rolled back to. The Usage page breaks out Deployment Storage and Functions Storage by project, and storage can be trimmed by shrinking the output directory, moving large files to Vercel Blob, or reducing Function bundle size.
Read the full announcement.
