feat: Upgrade hugo version
This commit is contained in:
parent
fdf1bc7421
commit
f8b397615a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue