From 76648308754fb0fdf55186531e3cd70a1779cf96 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Sun, 12 Nov 2023 23:08:03 +0300 Subject: [PATCH] another fix for key population --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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