Skip to content

Commit ef8e533

Browse files
committed
chore: update readme
1 parent 04f9fc7 commit ef8e533

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This repository demonstrates how to use Bytebase and GitHub actions to do databa
44

55
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.
66

7-
[sql-review.yml](/workflows/sql-review.yml) checks the SQL migration files against the databases when pull requests are created.
7+
[sql-review.yml](/.github/workflows/sql-review.yml) checks the SQL migration files against the databases when pull requests are created.
88

9-
[release.yml](/workflows/release.yml) builds the code and then for each environment migrate the databases and deploy the code. Using [environments with protection rules](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment#required-reviewers), it can deploy to the test environment automatically and push to the prod environment after approval.
9+
[release.yml](/.github/workflows/release.yml) builds the code and then for each environment migrate the databases and deploy the code. Using [environments with protection rules](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment#required-reviewers), it can deploy to the test environment automatically and push to the prod environment after approval.
1010

1111
## How to configure sql-review.yml
1212

13-
Copy [sql-review.yml](/workflows/sql-review.yml) to your repository.
13+
Copy [sql-review.yml](/.github/workflows/sql-review.yml) to your repository.
1414

1515
Modify the environment variables to match your setup.
1616

@@ -30,7 +30,7 @@ The migration filename should comply to the naming scheme described in [bytebase
3030

3131
## How to configure release.yml
3232

33-
Copy [release.yml](/workflows/release.yml) to your repository.
33+
Copy [release.yml](/.github/workflows/release.yml) to your repository.
3434

3535
Modify the environment variables to match your setup.
3636

0 commit comments

Comments
 (0)