From 5ca0a13127f97c0935c8bebc5ae625084453cad5 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 29 Sep 2023 18:01:47 +0100 Subject: [PATCH] Fix hostname in drone config --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fcc3826..97df6ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: deploy image: appleboy/drone-ssh settings: - host: 192.168.68.121 + host: 192.168.68.120 username: vylpes password: from_secret: ssh_password @@ -28,7 +28,7 @@ steps: - name: stage image: appleboy/drone-ssh settings: - host: 192.168.68.121 + host: 192.168.68.120 username: vylpes password: from_secret: ssh_password