File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 7
7
printf "\033[3J\033c\033[3J"
8
8
printf '%s\n' "${DOPPLER_TOKEN}" | doppler configure set token --scope "${GITPOD_REPO_ROOT}"
9
9
printf '• %s\n' \
10
- "To update the values of ${GITPOD_REPO_ROOT}/ProdBotConfig .toml go to ${DOPPLER_URL}"
10
+ "To modify ${GITPOD_REPO_ROOT}/BotConfig_tmpl .toml go to ${DOPPLER_URL} and update the `main` branch for development purposes "
11
11
12
12
- name : Install deps and enter shell
13
13
command : |
Original file line number Diff line number Diff line change 2
2
3
3
Gluing things together with AI.
4
4
5
- For more information, check [ Notion] ( https://www.notion.so/gitpod/Glu-bot-226504f6aa1b4b89a2fe5ff974c2aa52 ) (private)
5
+ For some internal information, check [ Notion] ( https://www.notion.so/gitpod/Glu-bot-226504f6aa1b4b89a2fe5ff974c2aa52 )
6
+
7
+ # How to develop
8
+
9
+ Open the repo in Gitpod. There will be instructions in the terminal on how to run it in develop mode.
10
+
11
+ # How to deploy
12
+
13
+ Open the following workflow link and click on ` Run workflow ` :
14
+ - https://github.com/gitpod-io/glu/actions/manual?workflow=.github%2Fworkflows%2Fdeploy.yaml
You can’t perform that action at this time.
0 commit comments