Separate set of environments per project

On Octopus cloud, I want to have two sets of environments. One set of environments will be for mono app and another set of environments for Microservices.

For Mono app project below environments are
AUTest
AUProdBlue
AUProdGreen
UKProdBlue
UKProdGreen

For Microservices we dont want Blue and Green hence environments will be
AUTEST_MS
AUPROD_MS
UKPROD_MS

How can I link one set of environments to one Project? Is it possible to do that in same space? Or do I need to create a separate Octopus space?

Hi @vaibhavn,

Thanks for getting in touch!

That shouldn’t be a problem. If you take a look at Lifecycles you can use them to define what environments you want a release to progress through. You can even specify whether you want some environments to automatically deploy or be optional.

Once you’ve created a lifecycle for each of those environment sets, you would then head to Project > Process and on the right change the default Lifecycle to one of the new ones.

Regards,
Paul

Thanks. Works!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.