From d3a813130f01ec0481be897f19834dc2d3a7f070 Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 00:39:34 +0300 Subject: [PATCH] test 10 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f2b1c50..2843969 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: PUBLIC: from_secret: DEPLOY_KEY_PUBLIC commands: - - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub - - git clone ssh://gitea.torrion-vault.xyz:2222/Torrion/arbitry.git + - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub && ssh-add $HOME/.ssh/id_rsa + - git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base image: plugins/docker