mirror of
https://github.com/containous/traefik.git
synced 2025-03-31 10:50:12 +03:00
deploy.sh: upload release source tarball
Having a release tarball including all vendor source makes life of maintainers a lot easier to create downstream packages. It also ensures that as long as the go release is available the software can be build reproducible.
This commit is contained in:
parent
94bb7a1435
commit
b7b0f8f68d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user