Has anybody managed to find a solution to dealing with multiple region deployments within the same vapor project? For example I would like to deploy staging-eu.domain to EU region and staging-us.domain to US region.
It does not seem possible to specify different region for environments within the same vapor project. Having different projects per region is a pain and something I want to avoid!
I think the solution is going to be saving multiple vapor.yml, then renaming the one you want to deploy back to vapor.yml before deploying.
Then you have multiple vapor projects, one for each region.