mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-22 10:40:41 +00:00
ci: switch to wp-matrix plugin
This commit is contained in:
parent
6cf8fcea27
commit
678bd7034e
@ -9,7 +9,7 @@ runs_on: [success, failure]
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
matrix:
|
matrix:
|
||||||
image: quay.io/thegeeklab/drone-matrix
|
image: quay.io/thegeeklab/wp-matrix
|
||||||
settings:
|
settings:
|
||||||
homeserver:
|
homeserver:
|
||||||
from_secret: matrix_homeserver
|
from_secret: matrix_homeserver
|
||||||
@ -17,10 +17,6 @@ steps:
|
|||||||
from_secret: matrix_password
|
from_secret: matrix_password
|
||||||
roomid:
|
roomid:
|
||||||
from_secret: matrix_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:
|
username:
|
||||||
from_secret: matrix_username
|
from_secret: matrix_username
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user