Skip to content

Commit d83ec0f

Browse files
committed
Update to v0.0.17
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 7ecf96d commit d83ec0f

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
@@ -102,7 +102,7 @@ curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-lat
102102
## Update Webhook Host
103103

104104
```
105-
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.16/gh-ci-webhook-linux-amd64
105+
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/gh-ci-webhook-linux-amd64
106106
chmod +x gh-ci-webhook-linux-amd64
107107
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
108108
@@ -112,7 +112,7 @@ systemctl stop gh-ci-webhook
112112
## Update Worker hosts
113113

114114
```
115-
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.16/gh-ci-webhook-linux-amd64
115+
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/gh-ci-webhook-linux-amd64
116116
chmod +x gh-ci-webhook-linux-amd64
117117
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
118118
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.16/gh-ci-webhook-linux-amd64
8+
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/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.16/hack/systemd/gh-ci-webhook.service
16+
curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/raw/v0.0.17/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)