From 8b8f7c3594aca03f439c1db2699849cba133340f Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 12 Apr 2024 22:49:53 +0200 Subject: [PATCH] ci: use IP instead of hostname to deploy files --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ef41d24..e5db2c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - main image: appleboy/drone-scp settings: - host: nachtigall.pub.solar + host: 10.7.6.1 # nachtigall.pub.solar port: 22 username: from_secret: ps_ssh_user