Skip to content

Commit 3e6037c

Browse files
committed
Update docs for v0.0.18
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 880feb3 commit 3e6037c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Development.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-lat
103103
## Update Webhook Host
104104

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

115115
```
116-
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/gh-ci-webhook-linux-amd64
116+
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.18/gh-ci-webhook-linux-amd64
117117
chmod +x gh-ci-webhook-linux-amd64
118118
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
119119
systemctl restart gh-ci-hostctl

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
- Download pre-built binary into a server
66

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

1313
- Install systemd service
1414

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

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

0 commit comments

Comments
 (0)