diff --git a/.drone.yml b/.drone.yml index 0cbd291..27efcad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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