From 2a70d8040e5924c71f1e8456d03dee9b7cb93191 Mon Sep 17 00:00:00 2001 From: komarov Date: Sun, 5 Apr 2020 00:32:06 +0300 Subject: [PATCH] test 7 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5c32abd..51f7562 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: KEY: from_secret: DEPLOY_KEY commands: - - echo "$KEY" > $HOME/.ssh/id_rsa + - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa - git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git - git checkout $DRONE_COMMIT - name: build_php_base