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"
|
curl -s -X DELETE "https://api.hetzner.cloud/v1/servers/$machineid"
|
||||||
-H "Authorization: Bearer $PASSWORD"
|
-H "Authorization: Bearer $PASSWORD"
|
||||||
#---
|
---
|
||||||
#pipeline:
|
kind: pipeline
|
||||||
# notify:
|
type: docker
|
||||||
# image: drillster/drone-email
|
name: notify
|
||||||
# host: selfprivacy.org
|
|
||||||
# username: ci
|
steps:
|
||||||
# password: 228337
|
- name: notify
|
||||||
# from: ci@selfprivacy.org
|
image: drillster/drone-email
|
||||||
# recipients: [ "admin@selfprivacy.org" ]
|
host: selfprivacy.org
|
||||||
# when:
|
username: ci
|
||||||
# status: [ success, failure ]
|
password: 228337
|
||||||
# depends_on:
|
from: ci@selfprivacy.org
|
||||||
# - default
|
recipients: [ "admin@selfprivacy.org" ]
|
||||||
|
when:
|
||||||
|
status: [ success, failure ]
|
||||||
|
depends_on:
|
||||||
|
- default
|
Loading…
Reference in a new issue