prometheus-pve-sd/.woodpecker/notify.yml

28 lines
510 B
YAML
Raw Normal View History

2023-08-24 20:14:30 +00:00
---
when:
- event: [tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2024-02-09 22:08:34 +00:00
- renovate/auto/*
2023-08-24 20:14:30 +00:00
runs_on: [success, failure]
steps:
- name: matrix
2023-08-24 20:14:30 +00:00
image: quay.io/thegeeklab/wp-matrix
settings:
homeserver:
from_secret: matrix_homeserver
password:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
username:
from_secret: matrix_username
when:
- status: [success, failure]
depends_on:
- docs