From ae1997eb6d070cbf95fcd79e8d3bf9732c922a49 Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 19 Dec 2022 12:26:55 +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, 11 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ade7103..b891778 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,12 @@ +kind: pipeline +name: hugo +type: docker +platform: + os: linux + arch: arm64 + +steps: + - name: submodules image: alpine/git commands: @@ -26,7 +35,8 @@ from_secret: REGISTRY_USER password: from_secret: REGISTRY_PASSWORD - tags: latest + tags: + - latest trigger: branch: