What's the preferred way of setting a few prod environments of the same app?

Since we’re able to set production label only for one site environment, does this mean that I need to be creating a different site to handle that? We’re having a Canada and US version of the site that should use a different environment variables, so we’re ended up having two dev, two stage and two prod environments on the same site until we realized that we can set production label only for one env.

Thanks in advance.

Currently the best solution for this situation is to have two separate sites in the console (one for US and one for Canada in this case).

Thanks for confirming Ishan, that’s what we did