Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowDashy committed Jan 16, 2025
1 parent 713d5b8 commit c3451eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/bytebase-release-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,12 @@ jobs:
project: ${{ env.BYTEBASE_PROJECT }}
release: ${{ steps.create_release.outputs.release }}
targets: ${{ env.BYTEBASE_TARGETS }}
- name: Create rollout
id: create_rollout
uses: bytebase/actions-create-rollout@main
with:
url: ${{ env.BYTEBASE_URL }}
token: ${{ steps.login.outputs.token }}
project: ${{ env.BYTEBASE_PROJECT }}
plan: ${{ steps.create_plan.outputs.plan }}
- name: Wait rollout to finish
id: wait_rollout
uses: bytebase/actions-wait-rollout@main
with:
url: ${{ env.BYTEBASE_URL }}
token: ${{ steps.login.outputs.token }}
rollout: ${{ steps.create_rollout.outputs.rollout }}
plan: ${{ steps.create_plan.outputs.plan }}
# set target-stage to exit after the stage completes
# target-stage: 'Test Stage'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About
This repository contains a example workflow demonstrating a GitOps database CI/CD workflow via GitHub Actions and Bytebase.

0 comments on commit c3451eb

Please # to comment.