diff --git a/.gitignore b/.gitignore index c114c16f9..2671b8be4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ /webui/.tmp/ /examples/acme/acme.json /site/ -/doc/site/ +/docs/site/ /traefik.toml /dist /traefik diff --git a/script/deploy.sh b/script/deploy.sh index 8504e4ffb..26255e49b 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -22,7 +22,7 @@ ssh-add ~/.ssh/traefiker_rsa echo "Updating traefik-library-imag repo..." git clone git@github.com:containous/traefik-library-image.git cd traefik-library-image -./update.sh $VERSION +./updatev1.sh $VERSION git add -A echo $VERSION | git commit --file - echo $VERSION | git tag -a $VERSION --file -