Skip to content

Commit

Permalink
Fixes deploy ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
emilevauge committed Oct 17, 2016
1 parent f409d2f commit 468d138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy.sh
Expand Up @@ -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
Expand Down

0 comments on commit 468d138

Please sign in to comment.