Use the tags generating command.

This commit is contained in:
Luke Murphy 2017-10-16 01:02:03 +02:00
parent dc91454a16
commit 1152f0977b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -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