From d2d3de2b727b3c5b63d12f5da66c4b5e4a85f9f9 Mon Sep 17 00:00:00 2001 From: qiancai Date: Mon, 5 Jun 2023 20:36:34 +0800 Subject: [PATCH] Update data-service-manage-github-connection.md --- tidb-cloud/data-service-manage-github-connection.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tidb-cloud/data-service-manage-github-connection.md b/tidb-cloud/data-service-manage-github-connection.md index ecf116c144621..05705320b084e 100644 --- a/tidb-cloud/data-service-manage-github-connection.md +++ b/tidb-cloud/data-service-manage-github-connection.md @@ -122,7 +122,11 @@ To import configurations of an existing Data App to a new Data App, take the fol 4. Get the ID and name of your new Data App. You can click the name of your new Data App in the left pane and get the App ID and name in the **Data App Properties** area of the right pane. 5. In your new path on GitHub, update the `app_id` and `app_name` in the `datapp_config.json` file to the ID and name you get, and then push the changes. -After the file changes are pushed to GitHub, TiDB Cloud will automatically deploy your new Data App with the latest changes. You can view the deployment status and commit information in the deployment history. + After the file changes are pushed to GitHub, TiDB Cloud will automatically deploy your new Data App with the latest changes. + +6. To view the imported configurations from GitHub, refresh the webpage of the TiDB Cloud console. + + You can also view the deployment status and commit information in the deployment history. ## Edit GitHub connection