summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-27 18:52:05 -0700
committerhyang <hyang@hyang.xyz>2023-08-27 18:52:05 -0700
commit13ae2deb7052eeffde35568f320227e7fa333a54 (patch)
treeca4ec67885df899b3c789ac5f2b455691d5a77ab /.drone.yml
parentda60bafc9eaaae27372128b2608e1f0ea0b59a9f (diff)
attempt to fix weird hugo build bug
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 6fa38a3..d243703 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,10 +4,7 @@ name: deploy_hugo
steps:
- name: build
- image: klakegg/hugo
- environment:
- HUGO_ENVIRONMENT: production
- HUGO_ENV: production
+ image: klakegg/hugo:ci
- name: push
image: 3gigs/git-push