mirror of
https://github.com/containous/traefik.git
synced 2025-08-24 09:49:31 +03:00
Merge pull request #748 from containous/really-fix-deploy-ghr
Really fix deploy ghr...
This commit is contained in:
@ -21,7 +21,7 @@ ssh-add ~/.ssh/traefik.id_rsa
|
|||||||
# download github release
|
# download github release
|
||||||
echo "Downloading ghr..."
|
echo "Downloading ghr..."
|
||||||
curl -LOs https://github.com/tcnksm/ghr/releases/download/v0.5.0/ghr_v0.5.0_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
|
unzip -q ghr_v0.5.0_linux_amd64.zip
|
||||||
sudo mv ghr /usr/bin/ghr
|
sudo mv ghr /usr/bin/ghr
|
||||||
sudo chmod +x /usr/bin/ghr
|
sudo chmod +x /usr/bin/ghr
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user