chore: add ntfy
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/playwright unknown status

This commit is contained in:
kekskurse 2025-03-12 18:28:44 +01:00
parent 86d8f555e5
commit 82f0a9d1fa

View file

@ -3,6 +3,18 @@ when:
branch: main
steps:
- name: ntfy
image: codeberg.org/l-x/woodpecker-ntfy
when:
- event: push
settings:
url: ntfy.sh/vLAMfcUBF5gNdoIv
title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
priority: low
click: https://woodpecker.keks.cloud/
icon: https://woodpecker-ci.org/img/logo.svg
tags: robot,${CI_REPO_NAME}
message: ${CI_COMMIT_MESSAGE}
- name: go-tests
image: golang:1.24
commands: