g
This commit is contained in:
parent
6187a3b3a7
commit
292f8f4edb
1 changed files with 0 additions and 21 deletions
|
@ -14,24 +14,3 @@ steps:
|
|||
exclude:
|
||||
- tag
|
||||
secret: [vault-pass] #dieses Secret darf verwendet werden
|
||||
|
||||
notify:
|
||||
name: notify
|
||||
image: deblan/woodpecker-email
|
||||
settings:
|
||||
dsn: "smtp://docker10.mgrote.net:1025"
|
||||
from:
|
||||
address: "ci@mgrote.net"
|
||||
name: "woodpecker"
|
||||
recipients:
|
||||
- info@mgrote.net
|
||||
content:
|
||||
subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }}"
|
||||
body: |
|
||||
{{ repo.full_name }}<br>
|
||||
{{ commit.sha }}<br>
|
||||
{{ pipeline.url }}<br>
|
||||
{{ step.status }}<br>
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
|
|
Loading…
Reference in a new issue