Added notify step
This commit is contained in:
14
.woodpecker/notify.yaml
Normal file
14
.woodpecker/notify.yaml
Normal 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
|
||||
Reference in New Issue
Block a user