summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index f5876f1..98e2402 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,11 +4,12 @@ name: deploy_hugo
steps:
- name: submodules
+ image: alpine/git
commands:
- - git submodule update --recursive --remote
+ - git submodule update --init --recursive
- name: build
- image: klakegg/hugo
+ image: klakegg/hugo:ci
- name: push
image: 3gigs/git-push