I am trying to create an application in DevOps Services using Alchemy API services. Every time I try to build and deploy the application I need to set the Alchemy_Key in Bluemix Environment Variable. Is their any option to automate the creation of User-Defined Variable?
How to automate the creation of a vCAP user-defined variable in a Bluemix deployment?
432 views Asked by Arpitha Myla At
2
You can automate the creation of a user defined environment variable by adding the following to the manifest.yml file :
Please look at the following link for additional attributes to be used in manifest.yml for deploying applications : http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
Thanks.