In the long term it'll probably be easier to wire up GitHub Actions so that every push to master gets automatically deployed to the dev.hotg.ai site.
I imagine we'll be able to get 90% of the way there by copying the main example from GitHub Actions for Firebase. Then we just need to set up protected branches so all changes need to go through a PR (possibly requiring reviews to merge).
In the long term it'll probably be easier to wire up GitHub Actions so that every push to
mastergets automatically deployed to thedev.hotg.aisite.I imagine we'll be able to get 90% of the way there by copying the main example from GitHub Actions for Firebase. Then we just need to set up protected branches so all changes need to go through a PR (possibly requiring reviews to merge).