Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

password-decoding
Illia Chub 2022-01-19 22:58:37 +02:00
parent e633b3daa4
commit f43eda8420
1 changed files with 17 additions and 13 deletions

View File

@ -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