From 0dc988d589c19c89061a6c0845d4fad7e2933e10 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 29 Dec 2025 18:16:03 +1030 Subject: [PATCH] bad pipeline, oops --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 960f07c..9d07cb2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ trigger: - push server: - host: bristlecone + host: 192.168.2.101 user: droneci ssh_key: from_secret: rsa_key @@ -30,5 +30,5 @@ steps: from_secret: ssh_key commands: - echo "$KEY" > $HOME/.ssh/id_git_rsa - - git clone ssh://git@your.gitserver.com:6122/inkletblot/solomonlai.ng.git . + - git clone ssh://git@git.inkletblot.com:6122/inkletblot/solomonlai.ng.git . - git checkout main