summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 1 insertions, 2 deletions
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