These persist... #patch
This commit is contained in:
parent
f80bc6b08e
commit
d620bf3031
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user