From 076d6abfe4dd2dcdfa0a1babb273aa5fbfc3edcf Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 19 Mar 2019 09:04:04 +0100 Subject: [PATCH] Change deploy script. --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 8504e4ffb..6f67e99a6 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 +./updatev2.sh $VERSION git add -A echo $VERSION | git commit --file - echo $VERSION | git tag -a $VERSION --file -