diff options
| -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 |
