Welcome to the new Linux Foundation Forum!
LFS232 Training [Ch11][app_version]
Hi All
May please someone answer how to fullfil the followinf step:
Set an environment variable on your deployed app called APP_VERSION . Set the value of this environment variable to blue. This will represent your v1.0.0 app.
Chapter 11 - Blue-Green Deployment
Thank you.
Slobodanka
0
Comments
Hi Slobodanka,
You should be using `cf help -a` to find the appropriate command to set an environment variable.
-Steve
cf set-env APP_NAME APP_VERSION BLUE