From 468d138be7c427064679e57caf0dbe1ac756db5b Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Mon, 17 Oct 2016 23:41:06 +0200 Subject: [PATCH] Fixes deploy ghr --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index fe7277f5a..4bf167a75 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -20,7 +20,7 @@ ssh-add ~/.ssh/traefik.id_rsa # download github release echo "Downloading ghr..." -curl -LOs https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip +curl -LOs https://github.com/tcnksm/ghr/releases/download/v0.5.0/ghr_v0.5.0_linux_amd64.zip unzip -q linux_amd64.zip sudo mv ghr /usr/bin/ghr sudo chmod +x /usr/bin/ghr