mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-01-15 13:26:38 +00:00
Update '.drone.yml'
This commit is contained in:
parent
e633b3daa4
commit
f43eda8420
30
.drone.yml
30
.drone.yml
|
@ -94,16 +94,20 @@ steps:
|
|||
- >
|
||||
curl -s -X DELETE "https://api.hetzner.cloud/v1/servers/$machineid"
|
||||
-H "Authorization: Bearer $PASSWORD"
|
||||
#---
|
||||
#pipeline:
|
||||
# notify:
|
||||
# image: drillster/drone-email
|
||||
# host: selfprivacy.org
|
||||
# username: ci
|
||||
# password: 228337
|
||||
# from: ci@selfprivacy.org
|
||||
# recipients: [ "admin@selfprivacy.org" ]
|
||||
# when:
|
||||
# status: [ success, failure ]
|
||||
# depends_on:
|
||||
# - default
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: notify
|
||||
|
||||
steps:
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
host: selfprivacy.org
|
||||
username: ci
|
||||
password: 228337
|
||||
from: ci@selfprivacy.org
|
||||
recipients: [ "admin@selfprivacy.org" ]
|
||||
when:
|
||||
status: [ success, failure ]
|
||||
depends_on:
|
||||
- default
|
Loading…
Reference in a new issue