Skip to content

zchpeter/supabase-gitops-migration-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

supabase-gitops-migration-flow

This repository demonstrates how to use Bytebase and GitHub actions to do database release CI/CD with a code base following GitHub flow.

🔗 Tutorial: GitOps with GitHub Workflow

For GitHub flow, feature branches are merged into the main branch and the main branch is deployed to the, for example, "test" and "prod" environments in a deploy pipeline.

sql-review-action.yml checks the SQL migration files against the databases when pull requests are created.

release-action.yml builds the code and then for each environment migrate the databases and deploy the code. Using environments with protection rules, it can deploy to the test environment automatically and push to the prod environment after approval.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors