I’m really interested to hear about how you manage your deployments, particularly those of you with live users. I want to reduce the risk of breaking anything. I have staging + production environments in Supabase, and I’m trying to work out the best way to use WeWeb’s staging environment in sync with them. I’m thinking something like
- Keep WeWeb pointed at staging DB while doing dev work
- When ready to test, push to staging and do testing there (manually for now)
- When satisfied with testing, swap WeWeb to point at production DB
- Push to staging, test, push to production
But really am open to suggestions. Curious as to how you all manage this?