0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-09-18 18:52:47 +02:00
wp-matrix/README.md
Paul Tötterman 9f8c00bf65 Relicense
2018-01-03 13:57:00 +02:00

629 B

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