add setting and notify to woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
5dc7d29b91
commit
2bf058ae0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user