Hello, I have a really interesting scenario for our power pages deployment.
I have 3 environments each for 2 regions (Dev, Uat and Prod x US and UK).
Problem statement:
- Deploy same site to both regions.
- US and UK pages would have slight differences (May or may not have some additional sections/pages).
Can you help me, how should I tackle this If I need to use:
- Same dev env(in any one region) to handle deployment to both regions' higher environments (uat/prod)?
- Use different dev environments to handle deployment.