File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
runs-on : ubuntu-latest
83
83
environment : prod
84
84
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
87
87
if : ${{ needs.deploy-to-test.outputs.deployment-required == 'true' }}
88
88
steps :
89
89
- name : Checkout
Original file line number Diff line number Diff line change 46
46
runs-on : ubuntu-latest
47
47
env :
48
48
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
51
51
BYTEBASE_PROJECT : " projects/project-sample"
52
52
BYTEBASE_TARGETS : " instances/prod-sample-instance/databases/hr_prod"
53
53
FILE_PATTERN : " migrations/*.sql"
You can’t perform that action at this time.
0 commit comments