Browse Source

test 9

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

+ 1
- 1
.drone.yml View File

@@ -15,7 +15,7 @@ steps:
from_secret: DEPLOY_KEY_PUBLIC from_secret: DEPLOY_KEY_PUBLIC
commands: commands:
- mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub - mkdir $HOME/.ssh && echo "$KEY" > $HOME/.ssh/id_rsa && echo "$PUBLIC" > $HOME/.ssh/id_rsa.pub
- git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git clone ssh://gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
- name: build_php_base - name: build_php_base
image: plugins/docker image: plugins/docker


Loading…
Cancel
Save