From 1f4974e1dd1a3f3f77430aa591a2c0fccac6be62 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 01:06:38 -0500 Subject: [PATCH] change from fqdn to ip addr --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 608bdb6..573b3e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: image: appleboy/drone-git-push settings: branch: testing - remote: gitea@gitea.thezengarden.net:chris/drone-test-1.git + remote: gitea@10.10.10.109:chris/drone-test-1.git force: false commit: true commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"