From dbcfc3ac5b4393621cc6c683ce86e8ba8188d3fc Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 9 Mar 2023 13:50:44 -0800 Subject: [PATCH] update build notifications and remove Jenkinsfile --- .woodpecker.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f1cf95b..7023b1e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,10 +22,13 @@ pipeline: - ansible-playbook --user igor --inventory hosts.ini --private-key privateKey main.yaml notify: - image: plugins/matrix + image: deblan/woodpecker-email settings: - homeserver: https://pnut-matrix.dreamfall.space - roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host - username: woodpeckerci + from: woodpecker@clacks.network + host: smtp.migadu.com + username: + from_secret: smtp_user password: - from_secret: matrix_secret + from_secret: smtp_pass + recipients: + - morgan@clacks.network