Skip to content

Commit ba8825c

Browse files
Update BYTEBASE project and targets in workflow
1 parent a840b90 commit ba8825c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
BYTEBASE_URL: https://valid-just-tadpole.ngrok-free.app
1212
BYTEBASE_SERVICE_ACCOUNT: api@service.bytebase.com
1313
BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{ secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET }}
14-
BYTEBASE_PROJECT: "projects/project-sample"
14+
BYTEBASE_PROJECT: "projects/test-snowflake"
1515

1616
jobs:
1717
build:
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838
- name: Roll out database change
3939
env:
40-
BYTEBASE_TARGETS: "instances/test-sample-instance/databases/hr_test,instances/prod-sample-instance/databases/hr_prod"
40+
BYTEBASE_TARGETS: "instances/snowflake-instance/databases/DEMO_DB_TEST,instances/snowflake-instance/databases/DEMO_DB_PROD"
4141
FILE_PATTERN: "migrations/*.sql"
4242
BYTEBASE_OUTPUT: ${{ runner.temp }}/bytebase-metadata.json
4343
run: |

0 commit comments

Comments
 (0)