From ce286ad1330a3714a54b44edaa36a90466a748e5 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 12 Dec 2020 23:08:36 +0100 Subject: [PATCH] tried using directly setting the remote --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a69e1f8..b27c87e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,4 +28,4 @@ steps: image: appleboy/drone-git-push settings: branch: master - remote_name: origin \ No newline at end of file + remote: git@git.odit.services:lfk/lib.git \ No newline at end of file