summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqugalet <qugalet@m0e.space>2023-10-31 23:20:13 +0200
committerqugalet <qugalet@m0e.space>2023-10-31 23:20:13 +0200
commit1d3ee9396e621bbd7dd8723200cfd0f7eb71d3ad (patch)
tree52a0198ded94210f15579288a75e6e506677ba1a
parent3c155be6bada34513f29b41422712d8e8abb77de (diff)
downloadquga.m0e.space-1d3ee9396e621bbd7dd8723200cfd0f7eb71d3ad.tar.gz
quga.m0e.space-1d3ee9396e621bbd7dd8723200cfd0f7eb71d3ad.zip
add ssh to apk add list
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 99bb759..fab7648 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,7 +4,7 @@ type: docker
name: default
steps:
- - name: build and copy to public
+ - name: pull changes and build
image: klakegg/hugo:alpine
clone: false
volumes:
@@ -12,7 +12,7 @@ steps:
path: /public
commands:
- cd /public
- - apk add git
+ - apk add git ssh
- git pull origin master
- git submodule update
- hugo