Really fix deploy ghr...

This commit is contained in:
Emile Vauge 2016-10-19 11:49:24 +02:00
parent f652c58367
commit 82a58010f5
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -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