Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
Torrion
/
arbitry
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test 6
master
komarov
4 anni fa
parent
68dcd961ff
commit
6ff37763e6
1 ha cambiato i file
con
10 aggiunte
e
3 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-3
.drone.yml
+ 10
- 3
.drone.yml
Vedi File
@@ -3,11 +3,18 @@ type: docker
name: build
clone:
git:
image: plugins/git
skip_verify: true
disable: true
steps:
- name: clone
image: drone/git
environment:
KEY:
from_secret: DEPLOY_KEY
commands:
- echo "$KEY" > $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
settings:
Write
Preview
Loading…
Annulla
Salva