Browse Source

test 10

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

+ 2
- 2
.drone.yml View File

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


Loading…
Cancel
Save