From b568547fbce8ec22a7e0e43cba0bb001078775f5 Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 19 Dec 2022 11:47:35 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9adc1fd..dcc6be7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: