Skip to content

Commit

Permalink
Update docs for v0.0.18
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 23, 2024
1 parent 880feb3 commit 3e6037c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-lat
## Update Webhook Host

```
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/gh-ci-webhook-linux-amd64
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.18/gh-ci-webhook-linux-amd64
chmod +x gh-ci-webhook-linux-amd64
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
Expand All @@ -113,7 +113,7 @@ systemctl stop gh-ci-webhook
## Update Worker hosts

```
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/gh-ci-webhook-linux-amd64
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.18/gh-ci-webhook-linux-amd64
chmod +x gh-ci-webhook-linux-amd64
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
systemctl restart gh-ci-hostctl
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
- Download pre-built binary into a server

```bash
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/gh-ci-webhook-linux-amd64
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.18/gh-ci-webhook-linux-amd64
chmod +x gh-ci-webhook-linux-amd64
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
```

- Install systemd service

```bash
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/raw/v0.0.17/hack/systemd/gh-ci-webhook.service
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/raw/v0.0.18/hack/systemd/gh-ci-webhook.service
chmod +x gh-ci-webhook.service

# edit gh-ci-webhook.service file to add `--ssl --secret-key=<uuid>`
Expand Down

0 comments on commit 3e6037c

Please sign in to comment.