Skip to content

Commit

Permalink
Update to v0.0.17
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jun 23, 2024
1 parent 7ecf96d commit d83ec0f
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 @@ -102,7 +102,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.16/gh-ci-webhook-linux-amd64
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/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 @@ -112,7 +112,7 @@ systemctl stop gh-ci-webhook
## Update Worker hosts

```
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.16/gh-ci-webhook-linux-amd64
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/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.16/gh-ci-webhook-linux-amd64
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/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.16/hack/systemd/gh-ci-webhook.service
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/raw/v0.0.17/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 d83ec0f

Please sign in to comment.