I am new to AppWrite, coming from Firebase and interested in kicking the tires for a new project. I am looking for info on how to deploy an instance from GitHub (or equivalent) that includes database schema and migrations, auth, etc, not just functions. Also interested on how to deal with multiple environments.
The ability to test on one environment and then deploy the changes to another throuh CI is important. I am sure this has been discussed and documented, but I have not been able to find it.
Thx in advance
TL;DR
Title: Deploying Complete AppWrite Instance from GitHub with Schema and Migrations
Messages: Developer seeks guidance on deploying AppWrite instance from GitHub including database schema and migrations. They are looking for information on dealing with multiple environments and implementing CI for testing and deployment.