Can you setup multiple builds for the same branch?
I have a site that is deployed to multiple domains with different build settings. To simplify my example, say my app is something whitelabeled where I deploy the exact same app to domainA.com with something environment parameter like
COMPANY=A and I deploy to domainB with something like COMPANY=B. So I need different builds for each domain. Is that possible on Pages?