Added email notification for failed builds.
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Achim D. Brucker 2022-04-01 08:16:37 +01:00
parent 3ae86d2624
commit 29fbeaed36

View File

@ -22,5 +22,13 @@ pipeline:
key:
from_secret: artifacts_ssh
user: artifacts
notify:
image: drillster/drone-email
settings:
host: smtp.0x5f.org
username: woodpecker
password:
from_secret: email
from: ci@logicalhacking.com
when:
status: [ changed, failure ]