From 3f855bb634f522cb71ee267942c4a46659b47139 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Mon, 13 Jun 2022 23:00:58 -0700 Subject: [PATCH] Updated docs --- docs/CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CI.md b/docs/CI.md index 461dfbe..58f0bad 100644 --- a/docs/CI.md +++ b/docs/CI.md @@ -3,6 +3,6 @@ - Follow instructions on [CSC cloud](https://docs.cloud.csclub.uwaterloo.ca/kubernetes/) to setup csccloud. - Setup the repository to store your docker images on [CSC Harbour](https://docs.cloud.csclub.uwaterloo.ca/registry/). - Make sure to add harbour auth tokens to drone. Click the my profile page on harbour, and set HARBOUR_USERNAME and HARBOUR_PASSWORD on drone secrets to the username and cli secret from the harbour profile page. -- Clone the server [repo](https://git.csclub.uwaterloo.ca/snedadah/webhooks), fill in desired links, update env file with the auth token, update STAGING_AUTH_TOKEN in drone to match. Run `./run.sh` to start server in the background. +- Clone the [server repo](https://git.csclub.uwaterloo.ca/snedadah/webhooks), fill in desired links, update env file with the auth token, update STAGING_AUTH_TOKEN in drone to match. Run `./run.sh` to start server in the background.