Yes, you may face few issues with deployment pipelines. Lets say you're
on AMS and want to leverage Cloud Manager for deployment, your
architecture would not work. Cloud Manager just deploy to all nodes.
What's the main reason having site specific publishers apart from
managing the code base? I would go for separate code bases for both of
the sites and deplot both the code bases to all servers and allow all
servers to serve content for both the sites just for easy maintenance,
upgrades, DevOps p...