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