notify.yml 494 B

123456789101112131415161718192021222324252627
  1. ---
  2. when:
  3. - event: [tag]
  4. - event: [push, manual]
  5. branch:
  6. - ${CI_REPO_DEFAULT_BRANCH}
  7. runs_on: [success, failure]
  8. steps:
  9. - name: matrix
  10. image: quay.io/thegeeklab/wp-matrix
  11. settings:
  12. homeserver:
  13. from_secret: matrix_homeserver
  14. room_id:
  15. from_secret: matrix_room_id
  16. user_id:
  17. from_secret: matrix_user_id
  18. access_token:
  19. from_secret: matrix_access_token
  20. when:
  21. - status: [success, failure]
  22. depends_on:
  23. - docs