These persist... #patch

This commit is contained in:
Daniel_I_Am 2020-08-20 16:38:36 +02:00
parent f80bc6b08e
commit d620bf3031
No known key found for this signature in database
GPG Key ID: FC83834B306E8F14

View File

@ -48,7 +48,7 @@ version:
- 'chmod 600 ~/.ssh/id_rsa'
- 'ssh-keyscan -p 2302 git.chaoticlogic.us >> ~/.ssh/known_hosts'
- 'git tag $(semver -i $( (git log -1 --pretty=%B | grep -oP "(?<=#)(patch|minor|major)" || echo "patch") | head -1) $(git tag --list | sort -rV | head -1))'
- 'git remote add deploy ssh://git@git.chaoticlogic.us:2302/discord-bots/chaosbot.git'
- 'git config remote.deploy.url >&- || git remote add deploy ssh://git@git.chaoticlogic.us:2302/discord-bots/chaosbot.git'
- 'git push deploy --tags'
- 'git describe --tags | tr -d "\n" > version'
artifacts: