This commit is contained in:
@@ -17,11 +17,10 @@ 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"
|
||||||
network_mode: host
|
|
||||||
commands:
|
commands:
|
||||||
- ssh -v git@gitea.aetoskia.com
|
- ssh -v git@192.168.1.111
|
||||||
- echo "Cloning repository via SSH..."
|
- 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
|
- name: test
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user