Wed Mar 20, 2019 6:42 pm
Hi there,
Our team is thinking about our testing and release process. One concern I have is promoting a revision from a "QA" deployment to a "Stage" and then "Prod" deployment.
Assuming I want the application and deployment id's to stay the same (to prevent work on the back-end), opening the correct deployment is a bit challenging because there isn't a way to add a friendly name / label to the deployment. If I have Qa, Stage, and Prod versions of my application, I need to deduce which is which, based on the revision number. This is doable, but with such important configurations, it's risky to make mistakes (especially with multiple engineers and a system that won't be updated all that frequently).
Any plans to add a Name field to the deployment screen?