This commit is contained in:
parent
17f011e979
commit
62cfdb7bc4
1 changed files with 9 additions and 12 deletions
|
@ -13,17 +13,14 @@ pipeline:
|
|||
- ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml
|
||||
|
||||
notify:
|
||||
image: plugins/matrix
|
||||
image: deblan/woodpecker-email
|
||||
settings:
|
||||
homeserver: https://pnut-matrix.dreamfall.space
|
||||
roomid: qjafxbUILIiwzyJWqf:mcmillian.ems.host
|
||||
username: woodpeckerci
|
||||
from.address: woodpecker@clacks.network
|
||||
from.name: woodpecker-ci
|
||||
host: smtp.migadu.com
|
||||
username:
|
||||
from_secret: smtp_user
|
||||
password:
|
||||
from_secret: matrix_secret
|
||||
environment:
|
||||
- DRONE_BUILD_STATUS=$CI_BUILD_STATUS
|
||||
- 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
|
||||
from_secret: smtp_pass
|
||||
recipients:
|
||||
- morgan@clacks.network
|
||||
|
|
Loading…
Reference in a new issue