From e6639a5d708581c62116b2836d02928b8a0f6576 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 4 Sep 2021 01:45:56 +0200 Subject: [PATCH] initial commit --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e1e0635..90d5084 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,14 +21,13 @@ steps: - name: ssh commands image: appleboy/drone-ssh settings: - host: 192.168.1.110 + host: homelab username: sthope key: from_secret: homelab_pwd port: 22 script: - - bash ~/bin/sthopedevupdate - + - bash ~/scripts/sthopedevupdate - name: discord pull: always