Commit d83ec0f 1 parent 7ecf96d commit d83ec0f Copy full SHA for d83ec0f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-lat
102
102
## Update Webhook Host
103
103
104
104
```
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
106
106
chmod +x gh-ci-webhook-linux-amd64
107
107
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
108
108
@@ -112,7 +112,7 @@ systemctl stop gh-ci-webhook
112
112
## Update Worker hosts
113
113
114
114
```
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
116
116
chmod +x gh-ci-webhook-linux-amd64
117
117
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
118
118
systemctl restart gh-ci-hostctl
Original file line number Diff line number Diff line change 5
5
- Download pre-built binary into a server
6
6
7
7
``` 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
9
9
chmod +x gh-ci-webhook-linux-amd64
10
10
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
11
11
```
12
12
13
13
- Install systemd service
14
14
15
15
``` 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
17
17
chmod +x gh-ci-webhook.service
18
18
19
19
# edit gh-ci-webhook.service file to add `--ssl --secret-key=<uuid>`
You can’t perform that action at this time.
0 commit comments