diff --git a/script/deploy.sh b/script/deploy.sh index 820cdce19..0e5fd93c0 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -27,6 +27,7 @@ sudo chmod +x /usr/bin/ghr # github release and tag echo "Github release..." +tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist . ghr -t $GITHUB_TOKEN -u containous -r traefik ${VERSION} dist/ # update docs.traefik.io