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

27 lines
486 B
YAML
Raw Normal View History

2023-08-13 23:08:39 +02:00
---
when:
- event: [tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
runs_on: [success, failure]
steps:
- name: matrix
2023-08-22 09:46:02 +02:00
image: quay.io/thegeeklab/wp-matrix
2023-08-13 23:08:39 +02:00
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