Go to file
Paul Tötterman 9f8c00bf65 Relicense 2018-01-03 13:57:00 +02:00
.gitignore Initial import 2017-10-31 21:23:53 +02:00
Dockerfile Initial import 2017-10-31 21:23:53 +02:00
Gopkg.lock Initial import 2017-10-31 21:23:53 +02:00
Gopkg.toml Initial import 2017-10-31 21:23:53 +02:00
LICENSE Relicense 2018-01-03 13:57:00 +02:00
Makefile Initial import 2017-10-31 21:23:53 +02:00
README.md Relicense 2018-01-03 13:57:00 +02:00
main.go Use secrets that can be overridden 2017-11-26 18:04:56 +02:00

README.md

drone-plugin-matrix

Drone notifications to Matrix

Usage:

  matrix:
    image: ptman/drone-plugin-matrix
    homeserver: https://matrix.org          # defaults to https://matrix.org
    roomid: '!0123456789abcdef:matrix.org'  # room has to already be joined
    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')

License

Apache-2.0