summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-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