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

This commit is contained in:
Sam A. 2024-10-20 16:15:49 +02:00
parent ea6e44ddd4
commit 1edeb4e55d
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -9,15 +9,13 @@ workspace:
name: Build and Deploy
steps:
- name: Fetch submodules
image: alpine/git
commands:
- git submodule update --init --single-branch --depth=1
- name: Build site with Hugo
image: floryn90/hugo:ext-alpine-ci
environment:
HUGO_SECURITY_HTTP_URLS: none
commands:
- git submodule update --init --single-branch --depth=1
- hugo
- name: Build and push Docker image
image: plugins/docker