I can see now that Netlify supports monorepos which is awesome.
Is it possible to have multiple netlify sites building the same codebase/git repository? I can see that for monorepos to work each site would need to look at its own build directory, but if two sites are looking at the same directory is there some way to decipher between the two.
Netlify site | Domain | Codebase
netlify site-one | www.siteone.com | my-git-repo
netlify site-two | www.sitetwo.com | my-git-repo
netlify site-three | www.sitethree.com | my-git-repo
Maybe this description is a little fluffy? If so I will try and add some more to explain the issues I have.