I need to replicate the webmap changes in higher env from lower env (Dev) via CI/CD pipeline. Is there any help available for same. Also I don't want to clone the content from lower env to higher env as the service urls are totally different.
Also If there are any changes in services(Map/feature) they should also got reflected in higher env without need of publishing in separate env. via CI/CD pipeline.
Thanks !