0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-06-03 04:39:40 +02:00
retry/.woodpecker/notify.yml

27 lines
479 B
YAML
Raw Normal View History

---
when:
2023-07-26 20:43:03 +02:00
- event: [tag]
- event: [push, manual]
2023-07-25 23:43:19 +02:00
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2023-07-26 20:43:03 +02:00
runs_on: [success, failure]
steps:
matrix:
2023-08-22 09:19:02 +02: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:
2023-07-26 20:43:03 +02:00
- status: [success, failure]
depends_on:
2023-08-22 09:19:02 +02:00
- docs