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