I have a CodePush
app that has three deployments: testing, staging and production.
I have different app builds that align with these:
- A build that does out to testers (testing)
- A build that goes out to a group of preview users (staging)
- A production build (production).
How does CodePush
know what deployment it should be sending to a build?
And how do I set up my app to make sure the right build (e.g. staging version of app) is getting the right deployment (e.g. staging deployment in CodePush
)?