Ver código fonte

test 22

master
komarov 4 anos atrás
pai
commit
607b5de7dd
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      .drone.yml

+ 1
- 0
.drone.yml Ver arquivo

@@ -15,6 +15,7 @@ steps:
from_secret: DEPLOY_KEY_PUBLIC
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"
- ssh-add -l
- git clone git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT
- name: build_php_base


Carregando…
Cancelar
Salvar