mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-26 13:21:27 +00:00
Added alert mail template
This commit is contained in:
parent
04892a04d0
commit
b0df04ee17
|
@ -108,6 +108,11 @@ steps:
|
||||||
host: selfprivacy.org
|
host: selfprivacy.org
|
||||||
username: test@selfprivacy.org
|
username: test@selfprivacy.org
|
||||||
password: 228337
|
password: 228337
|
||||||
|
subject: Daily build results
|
||||||
|
body: >
|
||||||
|
[{{ build.status }}]
|
||||||
|
{{ repo.owner }}/{{ repo.name }}
|
||||||
|
({{ build.branch }} - {{ truncate build.commit 8 }})
|
||||||
recipients_only: true
|
recipients_only: true
|
||||||
recipients:
|
recipients:
|
||||||
- "mail@ilchub.net"
|
- "mail@ilchub.net"
|
||||||
|
|
Loading…
Reference in a new issue