Axify allows you to track deployments made by your team in different environments.
Note: As of June 1, 2022, this feature is only available to some users in beta version. |
By default, two levels are made available to you and standard environments are defined for these levels. A project associates a deployment according to the following standard environments:
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 Deployment tab.
- 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.
- 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.
Associating environments and levels
As of June 1, 2022, Axify performs a 1-to-1, case-insensitive association.
Here is an example of an association using a default configuration.
Environment's name | Associated environment level |
PrOduCtIon | PRODUCTION |
DEMO | STAGING |
Li ve | UNKNOWN |
Live | PRODUCTION |
release/staging |
UNKNOWN |
Attention: If you remove all environments from your configuration, all your deployments will be associated with the UNKNOWN level. |