- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
The question of cross org distribution is a good question. The bad news is there is not a super simple turn-key way to do this today. The good news is we have a release in the works for this year that will bring cross org deployment up to that turn-key level.
Until that is released you will need to do code deploys from your repo into the target org one by one and follow the standard process. I know it's not the cleanest solution but with some automation workflows like GitHub actions or another build system, you can automate a lot of the process and make it not so repetitive.
I will go and search and see if someone has something ready to publish on that topic of using a build system to automate. I will get back to you tomorrow and let you know what I find.