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