From 84ff3b41eeefab42a4ab94443e5d4d7ee317c25b Mon Sep 17 00:00:00 2001 From: Aminur Rahman Date: Tue, 2 Jul 2024 09:51:57 +0000 Subject: [PATCH] Update readme --- .gitpod.yml | 2 +- ProdBotConfig.toml | 0 README.md | 11 ++++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 ProdBotConfig.toml diff --git a/.gitpod.yml b/.gitpod.yml index 2e5e8a3..1dd7364 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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: | diff --git a/ProdBotConfig.toml b/ProdBotConfig.toml deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index 363dcf8..730c084 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file