Robert Kaussow
f63af3142b
All checks were successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
ci/woodpecker/tag/build-package Pipeline was successful
ci/woodpecker/tag/build-container Pipeline was successful
ci/woodpecker/tag/docs Pipeline was successful
ci/woodpecker/tag/notify Pipeline was successful
27 lines
494 B
YAML
27 lines
494 B
YAML
---
|
|
when:
|
|
- event: [tag]
|
|
- event: [push, manual]
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
|
|
runs_on: [success, failure]
|
|
|
|
steps:
|
|
- name: matrix
|
|
image: quay.io/thegeeklab/wp-matrix
|
|
settings:
|
|
homeserver:
|
|
from_secret: matrix_homeserver
|
|
room_id:
|
|
from_secret: matrix_room_id
|
|
user_id:
|
|
from_secret: matrix_user_id
|
|
access_token:
|
|
from_secret: matrix_access_token
|
|
when:
|
|
- status: [success, failure]
|
|
|
|
depends_on:
|
|
- docs
|