Skip to main content
Revolte simplifies the software delivery process by providing a unified deployment workflow across all your services and infrastructure.
Prerequisite: Ensure your repository is connected to a Revolte application. Learn how in the Get Started guide.

Environments

Revolte supports four standard environments for every project, allowing you to manage your application lifecycle from development to production:
  • Production: The live environment serving your end users.
  • Staging: A pre-production environment for final validation and testing.
  • QA: An environment dedicated to quality assurance and automated testing.
  • Preview: Ephemeral, dynamic environments automatically spun up for active feature branches. These feature a default 3-day retention period Customizable .
How to Customize Preview Expiry:By default, Preview environments automatically destroy themselves after 3 days. To adjust this lifespan:
  1. Open your project dashboard and select Settings from the left navigation bar.
  2. Navigate to General Settings > Preview environment expiry.
  3. Enter your preferred duration, select the unit (Day or Hour), and click Update.
Note: This applies to upcoming deployments only.
To configure how your Git branches map to these environments, see App & Branch Settings.