Skip to content

Commit fd9ee26

Browse files
author
steve.svt
committed
change byte base url
1 parent 2327858 commit fd9ee26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
runs-on: ubuntu-latest
8383
environment: prod
8484
env:
85-
BYTEBASE_URL: https://demo.bytebase.com
86-
BYTEBASE_SERVICE_ACCOUNT: ci@service.bytebase.com
85+
BYTEBASE_URL: https://9d00-54-168-121-38.ngrok-free.app/
86+
BYTEBASE_SERVICE_ACCOUNT: api-sample@service.bytebase.com
8787
if: ${{ needs.deploy-to-test.outputs.deployment-required == 'true' }}
8888
steps:
8989
- name: Checkout

.github/workflows/sql-review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
runs-on: ubuntu-latest
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
49-
BYTEBASE_URL: https://demo.bytebase.com
50-
BYTEBASE_SERVICE_ACCOUNT: ci@service.bytebase.com
49+
BYTEBASE_URL: https://9d00-54-168-121-38.ngrok-free.app/
50+
BYTEBASE_SERVICE_ACCOUNT: api-example@service.bytebase.com
5151
BYTEBASE_PROJECT: "projects/project-sample"
5252
BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
5353
FILE_PATTERN: "migrations/*.sql"

0 commit comments

Comments
 (0)