summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 19:04:01 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 19:04:01 -0700
commit8f52f0c25b5eaef22d48c7dda222d680e5cc4462 (patch)
treec11df9f452b300e782c3717b00a2313cceac57cd
parent087eb562c71955f3dd6124c2e5be6db656bd496b (diff)
drone sucks
-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