Using rancher-compose how do I determine the environment to deploy in

I’ve now got three environments set up in Rancher, default(test), UAT and live. How do I deploy to my UAT or live environments?

API keys are for a single environment, so you will need a separate one for each of your 3 environments. Then you change the access & secret keys passed in to rancher-compose (as arguments or (Unix) environment variables) to select the (Rancher) environment it operates in.

Oh, I see. I didn’t quite catch the link between the environment selection and the settings page. Obvious now I’ve seen it. Thanks.