diff --git a/README.md b/README.md index 96c358d5d..6331ef2dc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Run it and forget it! ## Features -- [It's fast](docs/index.md#benchmarks) +- [It's fast](http://docs.traefik.io/benchmarks) - No dependency hell, single binary made with go - Rest API - Multiple backends supported: Docker, Mesos/Marathon, Consul, Etcd, and more to come diff --git a/script/deploy.sh b/script/deploy.sh index 18f04516b..4bd811c12 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -8,7 +8,7 @@ else exit 0 fi -# load ssl key +# load ssh key echo "Loading key..." openssl aes-256-cbc -K $encrypted_27087ae1f4db_key -iv $encrypted_27087ae1f4db_iv -in .travis/traefik.id_rsa.enc -out ~/.ssh/traefik.id_rsa -d eval "$(ssh-agent -s)" @@ -17,7 +17,7 @@ ssh-add ~/.ssh/traefik.id_rsa # download github release echo "Downloading ghr..." -curl -LO https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip +curl -LOs https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip unzip -q linux_amd64.zip sudo mv ghr /usr/bin/ghr sudo chmod +x /usr/bin/ghr