summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqugalet <qugalet@m0e.space>2023-10-31 23:40:12 +0200
committerqugalet <qugalet@m0e.space>2023-10-31 23:40:12 +0200
commit229bf24bccef24fda8890a9c3b98804ed9712e4e (patch)
treeb8e7a2b67b4a88f97e97823bd38b0b8e55eeca92
parent7a7eef2f8c24643d936a3c41393b7acfa56848df (diff)
downloadquga.m0e.space-229bf24bccef24fda8890a9c3b98804ed9712e4e.tar.gz
quga.m0e.space-229bf24bccef24fda8890a9c3b98804ed9712e4e.zip
try to fix typo
-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