Skip to content

Commit 84ff3b4

Browse files
committed
Update readme
1 parent 77f8fc6 commit 84ff3b4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tasks:
77
printf "\033[3J\033c\033[3J"
88
printf '%s\n' "${DOPPLER_TOKEN}" | doppler configure set token --scope "${GITPOD_REPO_ROOT}"
99
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"
1111
1212
- name: Install deps and enter shell
1313
command: |

ProdBotConfig.toml

Whitespace-only changes.

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22

33
Gluing things together with AI.
44

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

0 commit comments

Comments
 (0)