From bd425c28187d38444f525730f52ee8c19bacbcc6 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 23 Aug 2022 14:06:55 +0200 Subject: [PATCH] ci: notify with xmpp-ci image --- .woodpecker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 36fd4c2..8e594f1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,11 +23,12 @@ pipeline: args: --recursive --human-readable --verbose --delete notify: - image: registry.monotremata.xyz/sendxmpp + image: registry.monotremata.xyz/xmpp-ci pull: true settings: - message: "frontpage built and deployed successfully" username: "woodpecker@monotremata.xyz" + recipient: "rilla@monotremata.xyz" password: from_secret: xmpp_password - recipient: "rilla@monotremata.xyz" + when: + status: [success, failure]