From 4b3f45e5abd68af4c50e79061907588d7628be73 Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 26 Dec 2022 18:41:00 +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 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 87d71df..d72ebb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ kind: pipeline -name: hugo +name: hugo build and deploy type: docker platform: os: linux @@ -10,15 +10,15 @@ trigger: steps: -#- name: git pull submodules -# image: alpine/git -# settings: -# user: -# from_secret: GIT_USER -# password: -# from_secret: GIT_PASSWORD -# commands: -# - git submodule update --init --recursive +- name: git pull submodules + image: alpine/git + settings: + user: + from_secret: GIT_USER + password: + from_secret: GIT_PASSWORD + commands: + - git submodule update --init --recursive - name: build hugo site image: plugins/hugo @@ -28,7 +28,7 @@ steps: extended: true validate: true config: config.toml - content: data +# content: data output: ./public commands: - apk add libc6-compat libstdc++