test email notification
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 12:22:54 -08:00
parent 17f011e979
commit 62cfdb7bc4

View file

@ -13,17 +13,14 @@ pipeline:
- ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml - ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml
notify: notify:
image: plugins/matrix image: deblan/woodpecker-email
settings: settings:
homeserver: https://pnut-matrix.dreamfall.space from.address: woodpecker@clacks.network
roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host from.name: woodpecker-ci
username: woodpeckerci host: smtp.migadu.com
username:
from_secret: smtp_user
password: password:
from_secret: matrix_secret from_secret: smtp_pass
environment: recipients:
- DRONE_BUILD_STATUS=$CI_BUILD_STATUS - morgan@clacks.network
- DRONE_REPO_OWNER=$CI_REPO_OWNER
- DRONE_REPO_NAME=$CI_REPO_NAME
- DRONE_COMMIT=$CI_COMMIT_REF
- DRONE_BUILD_LINK=$CI_BUILD_LINK
- DRONE_BRANCH=$CI_COMMIT_BRANCH