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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,8 +127,8 @@ A button that inserts Redis code into the Code Editor. The syntax is almost the
127
127
Our application supports the ability to quickly update the static files of the Enablement area so that we can provide users with up-to-date information.
128
128
129
129
EA tutorials auto-update flow:
130
-
1. Push commit with updates to `/tutorials` repository branch
131
-
2.Approve tutorials release in CircleCI. In the background, new files will be loaded to Cloud Storage (AWS S3)
130
+
1. Push commit with updates to the main branch
131
+
2.Wait until changes are merged into the latest branch
132
132
3. Reopen the Redisinsight with a working internet connection. In the background, new files will be downloaded to the user's local home directory:
133
133
***Mac**: In the `/Users/<your-username>/.redisinsight-v2/tutorials` directory.
134
134
***Windows**: In the `C:\Users\<your-username>\.redisinsight-v2/tutorials` directory.
0 commit comments