another fix for key population
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel 2023-11-12 23:08:03 +03:00
parent 07aed03ce9
commit 7664830875

View File

@ -18,7 +18,7 @@ steps:
- mkdir -p $HOME/.ssh - mkdir -p $HOME/.ssh
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa - echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- ssh-keyscan -H git.neur0tx.site > $HOME/.ssh/known_hosts 2> /dev/null - ssh-keyscan -H git.neur0tx.site > $HOME/.ssh/known_hosts 2> /dev/null
- chmod -R 600 $HOME/.ssh/known_hosts - chmod -R 600 $HOME/.ssh
- cd .pub - cd .pub
- git clone --filter=tree:0 git@git.neur0tx.site:Neur0toxine/neur0tx.site.git - git clone --filter=tree:0 git@git.neur0tx.site:Neur0toxine/neur0tx.site.git
- cd neur0tx.site - cd neur0tx.site