diff --git a/.drone.yml b/.drone.yml index 5ed74e3..0b4a9c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - mkdir -p $HOME/.ssh - echo "$SSH_KEY" > $HOME/.ssh/id_rsa - 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 - git clone --filter=tree:0 git@git.neur0tx.site:Neur0toxine/neur0tx.site.git - cd neur0tx.site