chore: Mise à jour de Hugo
This commit is contained in:
parent
dc1713cd71
commit
c2baa7c264
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue