0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-09-20 01:42:46 +02:00
wp-s3-action/.woodpecker/notify.yml

27 lines
479 B
YAML
Raw Normal View History

---
when:
- event: [tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
runs_on: [success, failure]
steps:
matrix:
2023-08-22 22:23:32 +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:
- status: [success, failure]
depends_on:
- docs