Commit 3e6037c 1 parent 880feb3 commit 3e6037c Copy full SHA for 3e6037c
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 @@ -103,7 +103,7 @@ curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-lat
103
103
## Update Webhook Host
104
104
105
105
```
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
107
107
chmod +x gh-ci-webhook-linux-amd64
108
108
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
109
109
@@ -113,7 +113,7 @@ systemctl stop gh-ci-webhook
113
113
## Update Worker hosts
114
114
115
115
```
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
117
117
chmod +x gh-ci-webhook-linux-amd64
118
118
mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook
119
119
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.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
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.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
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