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
ff2114327a
commit
e633b3daa4
26
.drone.yml
26
.drone.yml
|
@ -94,16 +94,16 @@ 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:
|
#pipeline:
|
||||||
notify:
|
# notify:
|
||||||
image: drillster/drone-email
|
# image: drillster/drone-email
|
||||||
host: selfprivacy.org
|
# host: selfprivacy.org
|
||||||
username: ci
|
# username: ci
|
||||||
password: 228337
|
# password: 228337
|
||||||
from: ci@selfprivacy.org
|
# from: ci@selfprivacy.org
|
||||||
recipients: [ "admin@selfprivacy.org" ]
|
# recipients: [ "admin@selfprivacy.org" ]
|
||||||
when:
|
# when:
|
||||||
status: [ success, failure ]
|
# status: [ success, failure ]
|
||||||
depends_on:
|
# depends_on:
|
||||||
- default
|
# - default
|
Loading…
Reference in a new issue