I'm currently working in a project that uses Domain Access and deployment is done with Git.

What happens is that I create several rules in Context to manage the different Boxes I create.

To export that Contexts using Features, I need to make sure that the Domain IDs (created in the Domain Access) from the Dev matches the Domains IDs from the Prod.

I need to export my domains list from Dev to Prod. How can I do that making sure that the IDs will be the same in both projects?
(keep in mind that I want to test several domain in Dev - which creates several IDs - and then pass to prod and make sure that in prod the domains are created with the exact same IDs)

Comments

Daniel Duarte’s picture

Title: Exporting subdomains to Prod » Exporting subdomains to Prod + Domain Access