Clients I've worked with that have
Clients I've worked with that have similar situations maintain one primary zone as the main one and make changes there. Then updates are pushed over to the other zones. I typically do this in a way that doesn't change the variables using the api. That keeps it simple and ensures everything is being loaded from the same domain as the site.
2 Replies
Nice, you're right, thats also an interesting approach. Advantage here would be, that everything remains first party on all domains 🙂
Do you have this automated or is it more of a manual job? Do you use the Diff of the changes or do you export the configuration from the main zone, strip variable-values and re-import on other zone?
I don't currently have it fully automated. Yes, a diff of the changes and then have a script that merges changes with the original for the zone (using the same ids for the tools/actions).