Env Management
This guide explains how to manage envs in CelerBuild. Administrators have access to these functions.
Overview
Envs represent different stages of the deployment process, such as development, testing, staging, and production. They help organize and manage deployment workflows.
Adding an Env
To add a new env:
- Navigate to the "Envs" section in the admin panel
- Click the "New" button
- Fill in the required information:
- Env Name
- Click "Create" to add the env
Use standard naming conventions like "dev", "test", "staging", and "prod" for clarity.
Editing an Env
To edit an existing env:
- Select the env from the list
- Click "Edit" next to the env name
- Modify the env details as needed
- Click "Save" to apply changes
Deleting an Env
To delete an env:
- Select the env from the list
- Click "Delete" next to the env name
- Confirm the deletion
⚠️
- Envs that are currently used by projects cannot be deleted. Ensure all dependencies are removed before attempting deletion.
- Deleting an env is permanent and will affect all associated deployment configurations.
Best Practices
- Use consistent naming conventions for envs
- Regularly review and update env configurations
- Document any changes to env settings