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