drone-matrix/README.md

22 lines
629 B
Markdown
Raw Normal View History

2017-10-31 19:58:23 +01:00
# drone-plugin-matrix
[Drone](https://drone.io/) notifications to [Matrix](https://matrix.org/)
Usage:
```yaml
matrix:
image: ptman/drone-plugin-matrix
2017-11-26 17:04:56 +01:00
homeserver: https://matrix.org # defaults to https://matrix.org
2017-10-31 19:58:23 +01:00
roomid: '!0123456789abcdef:matrix.org' # room has to already be joined
2017-11-26 17:04:56 +01:00
secrets:
- matrix_username # either username ('ourbot')
- matrix_password # and password ('*ourbot-password*')
# - matrix_userid # or userid ('@ourbot:matrix.org')
# - matrix_accesstoken # and access token ('long string of characters')
2017-10-31 19:58:23 +01:00
```
## License
2018-01-03 12:57:00 +01:00
Apache-2.0