summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqugalet <qugalet@m0e.space>2023-10-31 23:21:08 +0200
committerqugalet <qugalet@m0e.space>2023-10-31 23:21:08 +0200
commit2811bf57bede4c742482cda3b69de9ea0c763fae (patch)
tree40a36941e9be76c5258d27110706fd27549a5a46
parent1d3ee9396e621bbd7dd8723200cfd0f7eb71d3ad (diff)
downloadquga.m0e.space-2811bf57bede4c742482cda3b69de9ea0c763fae.tar.gz
quga.m0e.space-2811bf57bede4c742482cda3b69de9ea0c763fae.zip
fix typo in ssh package name
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index fab7648..f9a4320 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
path: /public
commands:
- cd /public
- - apk add git ssh
+ - apk add git openssh
- git pull origin master
- git submodule update
- hugo