I just read all the CloudBees developer docs and was surprised I didn't see anything about setting up multiple environments for your deployment pipeline.
I plan on running my app locally, then promote the code to a QA machine inside my network, and from there it would be nice to deploy the code changes to a "Demo" environment on the CloudBees cloud, where clients could review/acceptance test the changes before I set them live.
So I ask: how does one set up both a Demo and Production environment on CloudBees?
Ideally, I'd like to have my Demo environment be demo.myapp.example.com
and the Production environment be myapp.example.com
. Thanks in advance!