From 4b958dfd93f4830b585a99a712f577f7fc6c35c5 Mon Sep 17 00:00:00 2001 From: aetos Date: Sat, 4 Oct 2025 11:16:57 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ddcec4e..03d5af1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: # # Use the mounted SSH key # GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" commands: - - ls /drone + - ssh -v git@gitea.aetoskia.com - echo "Cloning repository via SSH..." - git clone git@gitea.aetoskia.com:apps/cicd.git