Browse Source

test 37

master
komarov 4 years ago
parent
commit
a82380f945
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .drone.yml

+ 1
- 0
.drone.yml View File

@@ -17,6 +17,7 @@ steps:
- eval $(ssh-agent) - 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 - 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-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 clone http://gitea.local:3000/Torrion/arbitry.git
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: build_php_base - name: build_php_base


Loading…
Cancel
Save