Axify allows you to track deployments made by your team in different environments.
By default, two tiers are provided to you and standard environments are defined for these tiers. Axify recognizes 2 tiers of environment, namely Production and Staging. Production represents all the environments belonging to production, while Staging represents everything that does not belong to production.
We could have this example
Level | Standard environments |
Production |
|
Staging |
|
Each deployment must have a target environment that will be associated with one of these levels. Note that if the association fails, Axify will automatically point a deployment to the UNKNOWN tier.
Custom deployment environments can be tracked.
To customize your deployment environments
- Access the project for which you want to customize the deployment environments.
- From the vertical menu on the left side of your screen, go to Project Settings and click on the Integrations tab. Navigate to Deployments.
- Click on Update environments.
- Depending on the level for which you want to make a change, add the names of the deployment environments for that level. Each environment name must be separated by a line break. Axify performs a 1-to-1, case-insensitive association.
- Once you have completed your changes, click Update at the bottom of the page. Your custom environments will now be used to associate a deployment with a tier.
Where can I find my list of environments?
- For Azure DevOps, follow this article.
- For GitLab, follow this article.
- For GitHub, follow this article.