Switch telegram notifications to matrix notifications

This commit is contained in:
kolaente 2021-04-07 12:27:51 +02:00
parent b2bbb03e48
commit b7d832891a
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 12 additions and 10 deletions

View File

@ -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