From af2a54ff92d1e18cf0cceaf626544500064d6915 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 1 Jan 2026 23:44:23 +1030 Subject: [PATCH] new web host vm --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0e4afd6..d2475a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,12 @@ type: ssh name: Deploy server: - host: 192.168.2.101 + host: webhost.forest user: droneci - password: - from_secret: ssh_passwd + ssh_key: + from_secret: ssh_key + # password: + # from_secret: ssh_passwd clone: disable: true