chore: Mise à jour de Hugo
continuous-integration/drone Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2024-05-07 16:59:25 +02:00
parent dc1713cd71
commit c2baa7c264
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ steps:
- DRAFT=true node scripts/directus-to-markdown/staging.js - DRAFT=true node scripts/directus-to-markdown/staging.js
- name: build website - name: build website
image: klakegg/hugo:0.101.0-ext-debian-ci image: hugomods/hugo:base-0.121.1
volumes: volumes:
- name: hugo-resources - name: hugo-resources
path: /drone/src/resources path: /drone/src/resources
@ -171,7 +171,7 @@ steps:
- node themes/hugo-theme-lowtech/scripts/typo - node themes/hugo-theme-lowtech/scripts/typo
- name: deploy - name: deploy
image: klakegg/hugo:0.101.0-ext-debian-ci image: hugomods/hugo:base-0.121.1
environment: environment:
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID:
from_secret: STAGING_AWS_ACCESS_KEY_ID from_secret: STAGING_AWS_ACCESS_KEY_ID