Use the tags generating command.
This commit is contained in:
parent
dc91454a16
commit
1152f0977b
@ -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
|
||||
|
Reference in New Issue
Block a user