From 3e6037cf53019743dc39d4eb12586c6f51e7ee4b Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 23 Dec 2024 13:46:47 -0800 Subject: [PATCH] Update docs for v0.0.18 Signed-off-by: Tamal Saha --- Development.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Development.md b/Development.md index 883b3cd1..d13097cf 100644 --- a/Development.md +++ b/Development.md @@ -103,7 +103,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.17/gh-ci-webhook-linux-amd64 +curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.18/gh-ci-webhook-linux-amd64 chmod +x gh-ci-webhook-linux-amd64 mv gh-ci-webhook-linux-amd64 /usr/local/bin/gh-ci-webhook @@ -113,7 +113,7 @@ systemctl stop gh-ci-webhook ## Update Worker hosts ``` -curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.17/gh-ci-webhook-linux-amd64 +curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.18/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 5bc6e416..0d1cd715 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.17/gh-ci-webhook-linux-amd64 +curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/releases/download/v0.0.18/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.17/hack/systemd/gh-ci-webhook.service +curl -fsSL -O https://github.com/appscodelabs/gh-ci-webhook/raw/v0.0.18/hack/systemd/gh-ci-webhook.service chmod +x gh-ci-webhook.service # edit gh-ci-webhook.service file to add `--ssl --secret-key=`