0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-06-02 18:39:40 +02:00

switch to wp-matrix for ci notifications

This commit is contained in:
Robert Kaussow 2023-08-16 15:04:27 +02:00
parent 60acccde4c
commit 19652bf3ba
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -9,7 +9,7 @@ runs_on: [success, failure]
steps:
matrix:
image: quay.io/thegeeklab/drone-matrix
image: quay.io/thegeeklab/wp-matrix
settings:
homeserver:
from_secret: matrix_homeserver
@ -17,10 +17,6 @@ steps:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
template: >-
Status: **{{ .Build.Status }}**<br/>
Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}<br/>
Message: {{ .Commit.Message.Title }}
username:
from_secret: matrix_username
when: