Maybe this time

This commit is contained in:
Charles Click 2024-10-07 22:56:55 -04:00
parent 354ef00b03
commit fa9206123a
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0

View File

@ -53,7 +53,13 @@ steps:
- status: [ failure ] - status: [ failure ]
commands: commands:
- apk add curl - apk add curl
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: warning" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Failed to build docker images." gotify.vertinext.com/woodpecker - >-
curl -H "Authorization: Bearer ${GOTIFY_TOKEN}"
-H "Title: ${CI} - ${CI_REPO_NAME}"
-H "Tag: warning"
-H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true"
-d "Failed to build docker images."
gotify.vertinext.com/woodpecker
- name: notify-on-success - name: notify-on-success
image: alpine image: alpine
@ -61,4 +67,10 @@ steps:
- status: [ success ] - status: [ success ]
commands: commands:
- apk add curl - apk add curl
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: package" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Docker images rebuilt and pushed to the container repository." gotify.vertinext.com/woodpecker - >-
curl -H "Authorization: Bearer ${GOTIFY_TOKEN}"
-H "Title: ${CI} - ${CI_REPO_NAME}"
-H "Tag: package"
-H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true"
-d "Docker images rebuilt and pushed to the container repository."
gotify.vertinext.com/woodpecker