From c2baa7c2641dc8c832618632682b0279ceb59f34 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 7 May 2024 16:59:25 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Mise=20=C3=A0=20jour=20de=20Hugo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bc2caa1..2245059 100644 --- a/.drone.yml +++ b/.drone.yml @@ -155,7 +155,7 @@ steps: - DRAFT=true node scripts/directus-to-markdown/staging.js - name: build website - image: klakegg/hugo:0.101.0-ext-debian-ci + image: hugomods/hugo:base-0.121.1 volumes: - name: hugo-resources path: /drone/src/resources @@ -171,7 +171,7 @@ steps: - node themes/hugo-theme-lowtech/scripts/typo - name: deploy - image: klakegg/hugo:0.101.0-ext-debian-ci + image: hugomods/hugo:base-0.121.1 environment: AWS_ACCESS_KEY_ID: from_secret: STAGING_AWS_ACCESS_KEY_ID