From 200e9cf7f45ec5500c6556ca7eef9a6cd053d18b Mon Sep 17 00:00:00 2001 From: aetos Date: Sat, 4 Oct 2025 11:24:13 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4508370..18a6541 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,11 +17,10 @@ steps: # environment: # # Use the mounted SSH key # GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" - network_mode: host commands: - - ssh -v git@gitea.aetoskia.com + - ssh -v git@192.168.1.111 - echo "Cloning repository via SSH..." - - git clone git@gitea.aetoskia.com:apps/cicd.git + - git clone git@192.168.1.111:apps/cicd.git - name: test image: alpine