From 81ef88177f7302b64218e37431ebf388e83a67e3 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Sun, 11 Jun 2023 12:31:24 +0200 Subject: [PATCH] use ssh key instead of password --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e0950fc..c6cf33d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,10 @@ steps: image: appleboy/drone-ssh settings: host: - - 192.168.10.119 + - homelab-blog.lan username: root - password: homelab-blog + key: + from_secret: ssh_key port: 22 command_timeout: 1m script: