Is it possible to include an environment variable in another deployment variable?
I want to have a variable APP_NAME that is different depending on the deployment environment.
In Prod it will be "App Name".
In Staging it will be "Test App Name".
And in Dev it will ideally be "App Name $BITBUCKET_BRANCH".