Best practices for deploying sites from monorepos?

Hi @joostdecock, do you want all of those subdomains to load from a single Netlify site, or is your intention to have them each on different Netlify sites? If I were you, I’d set them up as separate Netlify sites that are all linked to the same repo. You can then set different environment variables on each of the netlify sites, as well as different domains.

1 Like