Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-10-04 11:19:26 +00:00
parent 4b958dfd93
commit 0de04d04ac

View File

@@ -17,6 +17,8 @@ steps:
# environment: # environment:
# # Use the mounted SSH key # # Use the mounted SSH key
# GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" # GIT_SSH_COMMAND: "ssh -i /drone-ssh/id_ed25519 -o StrictHostKeyChecking=accept-new"
extra_hosts:
- "gitea.aetoskia.com:192.168.1.111"
commands: commands:
- ssh -v git@gitea.aetoskia.com - ssh -v git@gitea.aetoskia.com
- echo "Cloning repository via SSH..." - echo "Cloning repository via SSH..."