This commit is contained in:
parent
78087889fb
commit
784bbd34de
13
.drone.yml
13
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue