Template
1
0

Added notify step
Some checks are pending
ci/woodpecker/push/build Pipeline is pending
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Reactorcoremeltdown
2026-01-17 23:11:03 +01:00
parent 481615e9be
commit 725bef5756

14
.woodpecker/notify.yaml Normal file
View File

@@ -0,0 +1,14 @@
---
labels:
role: production
skip_clone: true
steps:
notify:
image: bash
commands:
- /usr/local/bin/telegram.run
depends_on:
- build
runs_on:
- success
- failure