Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion tidb-cloud/data-service-manage-github-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Collaborator

@hfxsd hfxsd Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L100 也改下吧。

Suggested change
You can also view the deployment status and commit information in the deployment history.
You can also view the deployment status and commit information in the Data App deployment history.


## Edit GitHub connection

Expand Down