Default Environments
Separating Deployments Across Environments
Devin supports deploying to multiple environments to ensure robust testing and stability before changes reach production. The default environments include:
Development (development server): Where new features and changes are initially made. This environment is used for development and initial in-house testing.
Staging: Acts as a pre-production environment where all elements of the application are tested to mimic production operations without affecting the live environment.
Production: The live environment where your application runs and is accessible by end-users.
Last updated