Merge pull request #969 from Mic92/patch-1
deploy.sh: upload release source tarball
This commit is contained in:
commit
318ff52ff3
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ sudo chmod +x /usr/bin/ghr
|
||||||
|
|
||||||
# github release and tag
|
# github release and tag
|
||||||
echo "Github release..."
|
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/
|
ghr -t $GITHUB_TOKEN -u containous -r traefik ${VERSION} dist/
|
||||||
|
|
||||||
# update docs.traefik.io
|
# update docs.traefik.io
|
||||||
|
|
Loading…
Reference in a new issue