Merge pull request #742 from containous/fix-deploy-ghr
Fixes deploy ghr
This commit is contained in:
commit
f652c58367
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue