Skip to content

Commit 539f60e

Browse files
committed
chore: improve gitops
1 parent ac3569d commit 539f60e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

content/docs/_layout.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ expand_section_list: ['Self-host']
139139

140140
### [Overview](/vcs-integration/overview)
141141

142+
### [GitHub Actions](/vcs-integration/github-actions)
143+
142144
### [Release](/vcs-integration/release)
143145

144146
## SQL Editor
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: GitHub Actions
3+
---
4+
5+
<TutorialBlock url="/docs/tutorials/github-release-cicd-workflow/" title="Database Release CI/CD with GitHub Actions" />
6+
7+
Bytebase provides pre-built [GitHub Actions](https://github.com/marketplace?query=bytebase&type=actions) to ease the GitHub integration.

content/docs/vcs-integration/overview.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ Bytebase offers a database-as-code workflow, enabling you to manage database cha
66

77
Bytebase GitOps workflow is built upon the [Bytebase API](/docs/api/overview). It provides the ultimate flexibility to customize the GitOps workflow to integrate with your CI/CD pipeline.
88

9-
## GitHub
9+
## GitHub Actions
1010

11-
- Pre-built GitHub Actions: https://github.com/marketplace?query=bytebase&type=actions
12-
- Examples: https://github.com/bytebase/release-cicd-workflows-example
13-
- Tutorial: [Database Release CI/CD with GitHub Actions](/docs/tutorials/github-release-cicd-workflow/)
11+
Bytebase provides pre-built GitHub Actions. Please refer to [GitHub Actions](/docs/vcs-integration/github-actions).
1412

15-
## Other VCSs
13+
## API
1614

17-
For other VCSs, we provide API integrations examples to help you get started.
15+
If the pre-built GitHub Actions do not meet your needs or you want to integrate with other VCSs, you can use the [Bytebase API](/docs/api/overview) to build your own GitOps workflow.
1816

1917
## Legacy GitOps
2018

0 commit comments

Comments
 (0)