summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 9323d17..e4ba1e1 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -22,7 +22,7 @@ steps:
- echo "$SSH_KEY" > $HOME/.ssh/id_ed25519
- touch $HOME/.ssh/known_hosts
- chmod 600 $HOME/.ssh/known_hosts
- - ssh-keyscan -H git@m0e.space > ~/.ssh/known_hosts 2> /dev/null
+ - ssh-keyscan -H git@m0e.space > $HOME/.ssh/known_hosts 2> /dev/null
- cd /public
- git pull origin master
- git submodule update