add matrix channel notification
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7d2f0c6c87
commit
d7e534c357
10
.drone.yml
10
.drone.yml
@ -20,3 +20,13 @@ steps:
|
|||||||
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
||||||
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
||||||
depends_on: [ clone ]
|
depends_on: [ clone ]
|
||||||
|
|
||||||
|
- name: notify
|
||||||
|
image: plugins/matrix
|
||||||
|
settings:
|
||||||
|
homeserver: https://matrix.rknet.org
|
||||||
|
roomid: cicd:rknet.org
|
||||||
|
username:
|
||||||
|
from_secret: matrix_username
|
||||||
|
accesstoken:
|
||||||
|
from_secret: matrix_accesstoken
|
||||||
|
Loading…
Reference in New Issue
Block a user