Kaynağa Gözat

test 19

master
komarov 4 yıl önce
ebeveyn
işleme
32a7df1823
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      .drone.yml

+ 1
- 1
.drone.yml Dosyayı Görüntüle

@@ -14,7 +14,7 @@ steps:
PUBLIC:
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:2222 >> $HOME/.ssh/known_hosts"
- 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-keyscan -t rsa gitea.torrion-vault.xyz:2222 >> $HOME/.ssh/known_hosts
- git clone ssh://git@gitea.torrion-vault.xyz:2222/Torrion/arbitry.git
- git checkout $DRONE_COMMIT


Yükleniyor…
İptal
Kaydet