0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-19 15:02:47 +02:00
wp-ansible/.woodpecker/notify.yml

27 lines
494 B
YAML
Raw Normal View History

2023-12-19 09:19:23 +01:00
---
when:
- event: [tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
runs_on: [success, failure]
steps:
2023-12-22 10:10:39 +01:00
- name: matrix
2023-12-19 09:19:23 +01:00
image: quay.io/thegeeklab/wp-matrix
settings:
homeserver:
from_secret: matrix_homeserver
2024-08-07 21:16:46 +02:00
room_id:
from_secret: matrix_room_id
user_id:
from_secret: matrix_user_id
access_token:
from_secret: matrix_access_token
2023-12-19 09:19:23 +01:00
when:
- status: [success, failure]
depends_on:
- docs