S
Supabase•2y ago
_voiys

Can I run a "local" Supabase instance inside of the CI/CD?

Hey guys, quick question: is it possible to run a fresh Supabase instance on every as part of CI/CD? Ideally I'd want to run my tests against an instance that I can set up and tear down instead of running the tests against a dev db. I'm nowhere near an expert on anything devops related so I'm a bit confused by this ci.yaml in the docs (https://supabase.com/docs/guides/cli/managing-environments?environment=ci#configure-github-actions). Thanks for the help!
Managing Environments | Supabase Docs
Manage multiple environments using Database Migrations and GitHub Actions.
2 Replies
silentworks
silentworks•2y ago
Yes, that link you posted shows how to do it with GitHub actions.
_voiys
_voiysOP•2y ago
Woo thank you 🥳

Did you find this page helpful?