feat: publish to matrix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2023-07-08 09:06:25 +02:00
parent 6b77980e6c
commit 812d392720
1 changed files with 32 additions and 0 deletions

View File

@ -22,6 +22,15 @@ steps:
PYPI_TOKEN:
from_secret: pypi_token
- name: Notify on matrix
image: plugins/matrix
settings:
homeserver: https://matrix.poneyworld.net
roomid: SUvowRWvgvpcxdkZo:matrix.poneyworld.net
username: $MATRIX_USER
password: $MATRIX_PASS
template: "Une nouvelle version (${DRONE_TAG}) de pdf-oralia est publiée!"
when:
event:
include:
@ -32,3 +41,26 @@ trigger:
event:
include:
- tag
---
kind: pipeline
name: push-test
type: docker
# Étapes de la pipeline
steps:
- name: Notify on matrix
image: plugins/matrix
environment:
MATRIX_ROOMID:
from_secret: MATRIX_ROOMID
MATRIX_ACCESSTOKEN:
from_secret: MATRIX_ACCESSTOKEN
MATRIX_USERID:
from_secret: MATRIX_USERID
settings:
homeserver: https://matrix.poneyworld.net
trigger:
event:
- push