diff --git a/script/deploy.sh b/script/deploy.sh index 4bf167a75..820cdce19 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -21,7 +21,7 @@ ssh-add ~/.ssh/traefik.id_rsa # download github release echo "Downloading ghr..." curl -LOs https://github.com/tcnksm/ghr/releases/download/v0.5.0/ghr_v0.5.0_linux_amd64.zip -unzip -q linux_amd64.zip +unzip -q ghr_v0.5.0_linux_amd64.zip sudo mv ghr /usr/bin/ghr sudo chmod +x /usr/bin/ghr