From a82380f9456e337cd5500dff4b8d7df2e055b710 Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 22:04:34 +0300 Subject: [PATCH] test 37 --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 90c3b52..f72b17e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: - 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 + - ssh -p 2222 gitea.torrion-vault.xyz - git clone http://gitea.local:3000/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base