Browse Source

test 20

master
komarov 5 years ago
parent
commit
42c5eadf12
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      .drone.yml

+ 0
- 1
.drone.yml View File

@@ -15,7 +15,6 @@ steps:
from_secret: DEPLOY_KEY_PUBLIC from_secret: DEPLOY_KEY_PUBLIC
commands: commands:
- mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub && ssh-agent sh -c "ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts" - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && chmod 600 $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub && ssh-agent sh -c "ssh-add $HOME/.ssh/id_rsa && ssh-keyscan -t rsa gitea.torrion-vault.xyz >> $HOME/.ssh/known_hosts"
- ssh-keyscan -t rsa gitea.torrion-vault.xyz:2222 >> $HOME/.ssh/known_hosts
- git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git - git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: build_php_base - name: build_php_base


Loading…
Cancel
Save