We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0353d9 commit d7fb40bCopy full SHA for d7fb40b
.github/workflows/release-action.yml
@@ -38,7 +38,7 @@ jobs:
38
BYTEBASE_SERVICE_ACCOUNT: ci@service.bytebase.com
39
BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET}}
40
BYTEBASE_PROJECT: "projects/project-sample"
41
- BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
+ BYTEBASE_TARGETS: "instances/test-sample-instance/databases/hr_test,instances/prod-sample-instance/databases/hr_prod"
42
BYTEBASE_TARGET_STAGE: environments/test
43
FILE_PATTERN: "migrations/*.sql"
44
BYTEBASE_OUTPUT: ${{ runner.temp }}/bytebase-metadata.json
0 commit comments