From a9aa3115421f1fcc92487b4874fe2e6caedcd95e Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 23 Aug 2022 10:19:05 +0200 Subject: [PATCH] ci: notify --- .woodpecker.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c335da4..36fd4c2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -21,3 +21,13 @@ pipeline: sources: ["html/www", "html/onion"] target: /srv/sites/frontpage args: --recursive --human-readable --verbose --delete + + notify: + image: registry.monotremata.xyz/sendxmpp + pull: true + settings: + message: "frontpage built and deployed successfully" + username: "woodpecker@monotremata.xyz" + password: + from_secret: xmpp_password + recipient: "rilla@monotremata.xyz"