Sep 7, 2018 · 1 min read
Rein Van Imschoot we set it up to build different branches, each with it’s own build config and ENV variables:
master = alpha
beta = beta
release = production
On projects that use a git flow approach, we use:
develop = alpha
beta = beta
master = production
This does require a one-time setup of 3 separate branches on GitHub and 3 separate configs within App Center, but it also allows you to swap out the API, icon, etc for each.
Hope that helps!
