From c0fc28046d3ecac17aa826773ed9cdce97cf0b81 Mon Sep 17 00:00:00 2001 From: aetos Date: Sun, 5 Oct 2025 08:13:27 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 51fe951..f888a37 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@gitea.aetoskia.com + - ssh -T git@gitea.aetoskia.com - echo "Cloning repository via SSH..." - - git clone git@192.168.1.111:apps/cicd.git + - git clone git@gitea@aetoskia.com:apps/cicd.git - name: test image: alpine