AI Briefing
KO

Introducing Deployment Rollback Feature

·2024.08.27 03:20

Key point

Replit has released a Deployment Rollbacks feature that lets users restore a previous successful deployment state with a single click.

1 / 2

Details

Replit has newly introduced a Deployment Rollbacks feature to help quickly resolve build errors or typos that occur during deployment. With this feature, users can instantly restore a previous successful deployment state with a single click.

Key features are as follows:

  • Rollback activation: Users can select a desired deployment entry from the Deployment history view and execute it immediately.
  • Secrets Manager: Directly compares Secrets between the previous build and the current build, allowing users to select the appropriate values before deploying.

Technically, a rollback is processed as a new version so that it does not overwrite existing data. Additionally, among Replit's deployment stages—provision, build, bundle, promote—the first three stages are skipped, immediately promoting the existing image, which saves resources and maximizes deployment speed.

Rollback is only possible when a previous build has been retained. Up to 5 of the most recent builds are kept for each deployment.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.