komarov 4 anni fa
parent
commit
a82380f945
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      .drone.yml

+ 1
- 0
.drone.yml Vedi File

@@ -17,6 +17,7 @@ steps:
- 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
- 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 checkout $DRONE_COMMIT
- name: build_php_base


Loading…
Annulla
Salva