Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Torrion
/
arbitry
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
test 23
master
komarov
hace 4 años
padre
607b5de7dd
commit
82cf55af56
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
.drone.yml
+ 1
- 0
.drone.yml
Ver fichero
@@ -14,6 +14,7 @@ steps:
PUBLIC:
from_secret: DEPLOY_KEY_PUBLIC
commands:
- 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-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
Escribir
Vista previa
Cargando…
Cancelar
Guardar