diff --git a/Development.md b/Development.md index 62312cfa..3aa6dd03 100644 --- a/Development.md +++ b/Development.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 7cbc48a2..5bc6e416 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - 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 ``` @@ -13,7 +13,7 @@ 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=`