This commit is contained in:
Michael Grote 2024-01-24 20:55:19 +01:00
parent 6187a3b3a7
commit 292f8f4edb
1 changed files with 0 additions and 21 deletions

View File

@ -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