chore: add ntfy
This commit is contained in:
parent
86d8f555e5
commit
82f0a9d1fa
1 changed files with 12 additions and 0 deletions
|
|
@ -3,6 +3,18 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
steps:
|
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
|
- name: go-tests
|
||||||
image: golang:1.24
|
image: golang:1.24
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Reference in a new issue