mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-25 21:11:27 +00:00
Added notification capability
This commit is contained in:
parent
ae4d97a160
commit
ffd5be6d10
10
.drone.yml
10
.drone.yml
|
@ -94,3 +94,13 @@ steps:
|
||||||
- >
|
- >
|
||||||
curl -s -X DELETE "https://api.hetzner.cloud/v1/servers/$machineid"
|
curl -s -X DELETE "https://api.hetzner.cloud/v1/servers/$machineid"
|
||||||
-H "Authorization: Bearer $PASSWORD"
|
-H "Authorization: Bearer $PASSWORD"
|
||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
notify:
|
||||||
|
image: drillster/drone-email
|
||||||
|
host: selfprivacy.org
|
||||||
|
username: ci
|
||||||
|
password: 228337
|
||||||
|
from: ci@selfprivacy.org
|
||||||
|
when:
|
||||||
|
status: [ success, failure ]
|
Loading…
Reference in a new issue