From 1152f0977b8ba9b4ca19c643ca896725d452a964 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 16 Oct 2017 01:02:03 +0200 Subject: [PATCH] Use the tags generating command. --- bin/deploy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/deploy b/bin/deploy index 489514b..f49d7eb 100755 --- a/bin/deploy +++ b/bin/deploy @@ -21,7 +21,6 @@ eval "$(ssh-agent -s)" ssh-add <(echo "$SSH_PRIVATE_KEY") echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config -# ./deploy.sh -m "Git tag: $(git describe --exact-match HEAD)" -./deploy.sh -m "Hello, World!" +./deploy.sh -m "Git tag: $(git describe --exact-match HEAD)" rm -Rfv .ssh