From 2bf058ae0ecf93408f6839ad6e6207da329aa0b6 Mon Sep 17 00:00:00 2001 From: sinergia Date: Mon, 17 Jul 2023 20:09:48 -0500 Subject: [PATCH] add setting and notify to woodpecker --- .woodpecker.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 040c996..3bc5d73 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,17 @@ pipeline: - pip3 install psycopg2 proteus - python3 setup.py install - python3 -m unittest - + notify: + image: plugins/matrix + settings: + home_server: https://matrix.org + roomid: "!oxZmsJwfvciTuLYIwg:matrix.org" + user: + from_secret: matrix_user + password: + from_secret: matrix_password + template: > + "Actualización Disponible" services: postgres: image: postgres:12