From 9ee4783035a2304a6996710aeebeb5dc20c3f54c Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 01:28:28 +0300 Subject: [PATCH] test 29 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0d19509..213ce1e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,8 @@ steps: commands: - eval $(ssh-agent) - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub - - ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts - - git clone ssh://localhost:2222/Torrion/arbitry.git + - ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -t rsa gitea >> $HOME/.ssh/known_hosts + - git clone ssh://gitea:2222/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base image: plugins/docker