Environments
Environments in Supaship allow you to manage different configurations across development, staging, and production. This ensures safe testing and deployment workflows.
What Are Environments?
Environments are isolated spaces where you can configure features differently. Each environment has its own set of flags, targeting rules, and configurations, allowing you to test safely before deploying to production.

Environments are created automatically when you create a project. You can add more environments as needed.
How to create an environment?
- Go to your project settings page.
- Click on the “Environments” tab.
- Click on the “Add Environment” button.
- Enter the environment name, slug and optionally a description.
- Click on the “Save” button.
Last updated on