We have a classic software project. Developers develop code and deploy it to the staging environment using Bamboo deployment project.
Same developer team creates Bamboo Spec Java code to configure both main and deployment projects.
I want to add the production environment to the Bamboo Spec. It must use the same deployment pipeline as the staging environment. I want to HIDE the production environment and credentials of the production environment from the developer team.
Any ideas?