diff options
author | hyang <hyang@hyang.xyz> | 2023-08-27 18:52:05 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-27 18:52:05 -0700 |
commit | 13ae2deb7052eeffde35568f320227e7fa333a54 (patch) | |
tree | ca4ec67885df899b3c789ac5f2b455691d5a77ab /.drone.yml | |
parent | da60bafc9eaaae27372128b2608e1f0ea0b59a9f (diff) |
attempt to fix weird hugo build bug
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |