Fix .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sam A. 2024-10-20 16:26:29 +02:00
parent 78087889fb
commit 784bbd34de
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

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