Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif committed Jul 2, 2024
1 parent 77f8fc6 commit 84ff3b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tasks:
printf "\033[3J\033c\033[3J"
printf '%s\n' "${DOPPLER_TOKEN}" | doppler configure set token --scope "${GITPOD_REPO_ROOT}"
printf '• %s\n' \
"To update the values of ${GITPOD_REPO_ROOT}/ProdBotConfig.toml go to ${DOPPLER_URL}"
"To modify ${GITPOD_REPO_ROOT}/BotConfig_tmpl.toml go to ${DOPPLER_URL} and update the `main` branch for development purposes"
- name: Install deps and enter shell
command: |
Expand Down
Empty file removed ProdBotConfig.toml
Empty file.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@

Gluing things together with AI.

For more information, check [Notion](https://www.notion.so/gitpod/Glu-bot-226504f6aa1b4b89a2fe5ff974c2aa52) (private)
For some internal information, check [Notion](https://www.notion.so/gitpod/Glu-bot-226504f6aa1b4b89a2fe5ff974c2aa52)

# How to develop

Open the repo in Gitpod. There will be instructions in the terminal on how to run it in develop mode.

# How to deploy

Open the following workflow link and click on `Run workflow`:
- https://github.com/gitpod-io/glu/actions/manual?workflow=.github%2Fworkflows%2Fdeploy.yaml

0 comments on commit 84ff3b4

Please sign in to comment.