Go to file
2017-10-31 21:23:53 +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 Initial import 2017-10-31 21:23:53 +02:00
main.go Initial import 2017-10-31 21:23:53 +02:00
Makefile Initial import 2017-10-31 21:23:53 +02:00
README.md Initial import 2017-10-31 21:23:53 +02:00

drone-plugin-matrix

Drone notifications to Matrix

Usage:

  matrix:
    image: ptman/drone-plugin-matrix
    homeserver: https://matrix.org
    roomid: '!0123456789abcdef:matrix.org'  # room has to already be joined
    username: ourbot                        # either username
    password: *account-password*            # and password
    userid: @ourbot:matrix.org              # or userid
    accesstoken: 0123456789abcdef           # and accesstoken
    secrets:                                # and a better idea
      - source: matrix_username             # is to not store
        target: plugin_username             # credentials in the git repo
      - source: matrix_password             # but instead use drone
        target: plugin_password             # secret management

License

ISC