As a builder, it would be helpful for me to have a QA environment for the app I’m building to be able to test in, but also have a Production environment in which end users would go through. How would I go about creating this in Airkit?
I can see that my application already has profiles built for Development, QA, and Production.
As you mention Airkit Apps come with the 3 environments you show (you edit/create more envs to suit your app deployment and testing process). Each one will have a different resources assigned to it, like phone numbers, URLs, integrations credentials, etc.
Basically once your application is ready, you’ll need to create “locked branches” to be deployed to the different Environments/Profiles. This can be done in the Console > Select App > Branches > Pick the unlocked branch you are editing and create a “locked” copy of the branch. Make sure to use a naming convention that makes sense to name the branches (like “QA-2022-01-03”).
Once your branches are created, you are ready to deploy them. Go to Console > Select your App > Deployments > Create New. At this point you’ll be selecting a Branch and Profile for this deployment. You’ll need to create as many deployments as environments needed! Deployments can be updated when new versions of the App are ready to go. Keep in mind deleting a deployment will expire the active sessions on that specific deployment.