I'm testing bluemix, but I'm lost.
I want deploy an Node APP from a GIT repo. For this I created a GIT project in hub.jazz, I commited and pushed, and I added two steps for deployment, one for build and other for deploy. All this works OK.
But my problem occurs with the envirorment variables. I want that each environment uses different variables of configuration, but is impossible set from deploy task. I only can I set these variables in bluemix cfapp application. But this is not good for me, because this application not's exists in the moment of deployment.
How I need to do this? What is the best way for deploy in PRE and PROD environments with differents configurations?
Thanks.