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
|
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue