Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

password-decoding
Illia Chub 2022-01-18 08:25:21 +02:00
parent ff2114327a
commit e633b3daa4
1 changed files with 13 additions and 13 deletions

View File

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