From 85bc610cc3d963d1052012a092fd7e5176361a05 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 4 Sep 2021 01:47:32 +0200 Subject: [PATCH] initial commit --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 90d5084..b770d69 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,10 @@ steps: - name: ssh commands image: appleboy/drone-ssh settings: - host: homelab - username: sthope + host: + from_secret: homelab_host + username: + from_secret: homelab_user key: from_secret: homelab_pwd port: 22