feat: Upgrade hugo version

This commit is contained in:
Simon 2022-12-05 15:23:02 +01:00
parent fdf1bc7421
commit f8b397615a
1 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ steps:
- (cd themes/hugo-theme-lowtech && npm i)
- name: build website
image: klakegg/hugo:0.101.0-ext-debian-ci
image: klakegg/hugo:0.107.0-ext-debian-ci
commands:
- hugo --minify --environment production
@ -59,7 +59,7 @@ steps:
- node themes/hugo-theme-lowtech/scripts/typo
- name: deploy
image: klakegg/hugo:0.101.0-ext-debian-ci
image: klakegg/hugo:0.107.0-ext-debian-ci
environment:
AWS_ACCESS_KEY_ID:
from_secret: PRODUCTION_AWS_ACCESS_KEY_ID
@ -103,7 +103,7 @@ steps:
- (cd themes/hugo-theme-lowtech && npm i)
- name: build website
image: klakegg/hugo:0.101.0-ext-debian-ci
image: klakegg/hugo:0.107.0-ext-debian-ci
commands:
- hugo --minify --buildDrafts --buildFuture --environment staging
@ -116,7 +116,7 @@ steps:
- node themes/hugo-theme-lowtech/scripts/typo
- name: deploy
image: klakegg/hugo:0.101.0-ext-debian-ci
image: klakegg/hugo:0.107.0-ext-debian-ci
environment:
AWS_ACCESS_KEY_ID:
from_secret: STAGING_AWS_ACCESS_KEY_ID