Has to be an easier way
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Charles Click 2024-03-30 04:04:28 -04:00
parent 52cb4e23bc
commit 4f6f24952c
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0

View File

@ -30,7 +30,7 @@ steps:
- apk add wget - apk add wget
- tea login add --name=temp --url=https://git.vertinext.com/ --token=$GITEATKN - tea login add --name=temp --url=https://git.vertinext.com/ --token=$GITEATKN
- tea releases create --asset "build/lotj-ui.mpackage" --asset "build/lotj-ui.xml" --tag ${CI_COMMIT_TAG} - tea releases create --asset "build/lotj-ui.mpackage" --asset "build/lotj-ui.xml" --tag ${CI_COMMIT_TAG}
- wget "https://gotify.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=Release ${CI_COMMIT_TAG} built and deployed.&priority=0" -O /dev/null - wget "https://gotify.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New release ${CI_COMMIT_TAG} built and deployed.&priority=0" -O /dev/null
- name: notify-on-branch-push - name: notify-on-branch-push
image: alpine image: alpine