diff options
| author | qugalet <qugalet@m0e.space> | 2023-10-31 23:20:13 +0200 |
|---|---|---|
| committer | qugalet <qugalet@m0e.space> | 2023-10-31 23:20:13 +0200 |
| commit | 1d3ee9396e621bbd7dd8723200cfd0f7eb71d3ad (patch) | |
| tree | 52a0198ded94210f15579288a75e6e506677ba1a | |
| parent | 3c155be6bada34513f29b41422712d8e8abb77de (diff) | |
| download | quga.m0e.space-1d3ee9396e621bbd7dd8723200cfd0f7eb71d3ad.tar.gz quga.m0e.space-1d3ee9396e621bbd7dd8723200cfd0f7eb71d3ad.zip | |
add ssh to apk add list
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
