From 651d06340bf9fd39a27e46c3d7cd175c20d34a28 Mon Sep 17 00:00:00 2001 From: qugalet Date: Tue, 31 Oct 2023 23:54:41 +0200 Subject: fix permissions --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index c771804..914a41c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,8 +20,7 @@ steps: commands: - mkdir -p $HOME/.ssh - echo "$SSH_KEY" > $HOME/.ssh/id_ed25519 - - touch $HOME/.ssh/known_hosts - - chmod 600 $HOME/.ssh/known_hosts + - chmod 600 $HOME/.ssh/id_ed25519 - ssh-keyscan -H m0e.space > $HOME/.ssh/known_hosts 2> /dev/null - cd /public - git pull origin master -- cgit v1.3-3-ga95d