Fix .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sam A. 2024-10-20 16:28:56 +02:00
parent 784bbd34de
commit f6d53e46b0
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -4,16 +4,19 @@ type: docker
clone:
depth: 1
workspace:
path: /src
name: Build and Deploy
steps:
- name: Build site with Hugo
image: plugins/hugo
image: floryn90/hugo:ext-alpine-ci
user: root
environment:
HUGO_SECURITY_HTTP_URLS: none
settings:
hugo_version: 0.136.2
extended: true
validate: true
commands:
- git submodule update --init --single-branch --depth=1
- hugo
- name: Build and push Docker image
image: plugins/docker