Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 11:47:35 +01:00
parent 575ccb4306
commit b568547fbc

View File

@ -1,5 +1,4 @@
kind: pipeline
type: docker
name: default
platform:
os: linux
@ -7,13 +6,10 @@ platform:
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.69
extended: true
validate: true
config: config.toml
content: content
commands:
- hugo
- docker build -t hugo-site:latest
- echo good!
trigger:
branch: