From ffbe5713b8d2a3f60c0fca8e927640e80c3c3d68 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 24 Jan 2024 21:36:19 +0100 Subject: [PATCH] t --- .woodpecker/notify.yml | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index adfd3b38..d0fc273f 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -8,23 +8,21 @@ skip_clone: true steps: 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 - recipients_only: "false" - content: - subject: "CI: [{{ prev_pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }}" - body: | - {{ repo.full_name }}
- {{ commit.sha }}
- {{ pipeline.url }}
- {{ step.status }}
+ image: registry.mgrote.net/allzweckcontainer:latest + commands: + - | + s-nail -s "CI: [$CI_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH" \ + -S smtp=server:docker10.mgrote.net:1025 \ + -S from=ci@mgrote.net info@mgrote.net <