summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqugalet <qugalet@m0e.space>2023-10-31 23:54:41 +0200
committerqugalet <qugalet@m0e.space>2023-10-31 23:54:41 +0200
commit651d06340bf9fd39a27e46c3d7cd175c20d34a28 (patch)
tree75139730ce5616419feb6c6f2e276bb06d2e25dc
parentc58f43f9d4f9a6ecd0ee54c8dbc72792abf85498 (diff)
downloadquga.m0e.space-651d06340bf9fd39a27e46c3d7cd175c20d34a28.tar.gz
quga.m0e.space-651d06340bf9fd39a27e46c3d7cd175c20d34a28.zip
fix permissions
-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