You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mintlify/tutorials/gitops-azure-devops-workflow.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ import BytebaseSetupOptions from '/snippets/tutorials/bytebase-setup-options.mdx
61
61
62
62
1. Go into `pipelines/sql-review.yml` and `pipelines/rollout-release.yml`. In the `env` section, replace the variable values with your own and commit the changes.
63
63
64
-
-**BYTEBASE_URL**: Your Bytebase instance URL (e.g., `https://bytebase.your-company.com` or your ngrok URL if testing locally)
64
+
-**BYTEBASE_URL**: Your Bytebase instance URL (e.g., `https://bytebase.your-company.com` or your Bytebase Cloud URL)
65
65
-**BYTEBASE_SERVICE_ACCOUNT**: `[email protected]` (the service account you created in the previous step)
66
66
-**BYTEBASE_PROJECT**: `projects/project-sample` (the sample project in the Bytebase)
67
67
-**BYTEBASE_TARGETS**: `instances/test-sample-instance/databases/hr_test,instances/prod-sample-instance/databases/hr_prod` (the two default databases in the sample project)
Copy file name to clipboardExpand all lines: mintlify/tutorials/gitops-github-workflow.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ import BytebaseSetupOptions from '/snippets/tutorials/bytebase-setup-options.mdx
74
74
75
75
1. Go into `.github/workflows/release-action.yml` and `.github/workflows/sql-review-action.yml`. In the `env` section, replace the variable values with your own and commit the changes.
76
76
77
-
-**BYTEBASE_URL**: Your Bytebase instance URL (e.g., `https://bytebase.your-company.com` or your ngrok URL if testing locally)
77
+
-**BYTEBASE_URL**: Your Bytebase instance URL (e.g., `https://bytebase.your-company.com` or your Bytebase Cloud URL)
78
78
-**BYTEBASE_SERVICE_ACCOUNT**: `[email protected]` (the service account you created in the previous step)
79
79
-**BYTEBASE_PROJECT**: `projects/project-sample` (the sample project in the Bytebase)
80
80
-**BYTEBASE_TARGETS**: `instances/test-sample-instance/databases/hr_test,instances/prod-sample-instance/databases/hr_prod` (the two default databases in the sample project)
@@ -183,7 +183,7 @@ Team members can trigger deployments by commenting `/migrate <environment>` on a
183
183
184
184
1. Go into `.github/workflows/chatops-migrate.yml`. In the `env` section, replace the variable values with your own:
185
185
186
-
-**BYTEBASE_URL**: your Bytebase instance URL (e.g., `https://bytebase.your-company.com` or your ngrok URL if testing locally)
186
+
-**BYTEBASE_URL**: Your Bytebase instance URL (e.g., `https://bytebase.your-company.com` or your Bytebase Cloud URL)
0 commit comments