Switch telegram notifications to matrix notifications
This commit is contained in:
parent
b2bbb03e48
commit
b7d832891a
1 changed files with 12 additions and 10 deletions
22
.drone1.yml
22
.drone1.yml
|
@ -772,21 +772,23 @@ trigger:
|
||||||
- "refs/tags/**"
|
- "refs/tags/**"
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
- testing
|
||||||
- release
|
- release
|
||||||
|
- deploy-docs
|
||||||
|
- docker-arm-release
|
||||||
|
- docker-amd64-release
|
||||||
- docker-manifest
|
- docker-manifest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: telegram
|
- name: notify
|
||||||
image: appleboy/drone-telegram:1-linux-amd64
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
token:
|
homeserver: https://matrix.org
|
||||||
from_secret: TELEGRAM_TOKEN
|
roomid: vikunja-dev:matrix.org
|
||||||
to:
|
username:
|
||||||
from_secret: TELEGRAM_TO
|
from_secret: matrix_username
|
||||||
message: >
|
password:
|
||||||
{{repo.owner}}/{{repo.name}}: \[{{build.status}}] Build {{build.number}}
|
from_secret: matrix_password
|
||||||
{{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: `{{commit.message}}`
|
|
||||||
Build started at {{datetime build.started "2006-Jan-02T15:04:05Z" "GMT+2"}} finished at {{datetime build.finished "2006-Jan-02T15:04:05Z" "GMT+2"}}.
|
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
|
Loading…
Reference in a new issue