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 <