From 7300e8a338e0a50ed34f9969c9214ce878eb4a04 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 10 Mar 2020 03:52:44 +0100 Subject: [PATCH] use password auth instead of the key (bad key) --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 77a7384..b8f03c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,8 +28,8 @@ steps: from_secret: hugo_host username: from_secret: hugo_user - key: - from_secret: hugo_key + password: + from_secret: hugo_passwd script_stop: true script: - echo deploy from drone started