Hi,
There is a lack of documentation about what i can expect from the github intergration. I dont care about branching so i would disable that. But would it do the following:
- push all migrations in the prod branch to the db
- Update all the settings in config.toml so that the repo is the source of truth
I was thinking of making a github action:
- whitelist IP of worker
- Use CLI to push all migrations
- Remove all whitelisted IPs so everything is blocked again
- Use CLI to push settings from config.toml
But if supabase already has this I would like to use that instead. It seems like it does migrations but cant find documentation on config.toml