feat: publish to matrix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6b77980e6c
commit
812d392720
32
.drone.yml
32
.drone.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user