AEM cloud, how to deploy only dispatcher changes without breaking existing fullstack pipeline?
Our app takes around 2 hours for Adobe to build and deploy to a non prod env.
The vhost files are somewhat complex, and apache rewrite rules easy to get wrong. Most of it we do by trial and error.
As build takes so long, we are lucky to try 3 one line vhost changes in 24 hour period, which makes simple vhost change development stretch to weeks.
We heard that there is a way to deploy only dispatcher changes, which presumably is quicker.
However, if we "add pipeline" and select "web tier config" it says:
"your existing Full Stack pipeline will change
Creating a Web Tier config will cause the current web tier configuration in the Full Stack pipeline to be ignored"
This makes no sense - why would adding pipeline to just deploy dispatcher changes (manual trigger) break our full stack deployment pipeline? We should be able to run either. When the devs push changes, it could be either dispatcher, code or both so the full stack one has to not change.

