Merge remote-tracking branch 'gitlab-saibotk/master' into deploy

This commit is contained in:
saibotk 2021-12-28 12:47:14 +01:00
commit bb4f9ae427
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 3 additions and 3 deletions

View file

@ -15,14 +15,14 @@ stages:
spellcheck:
stage: orthography
image: docker.io/library/node:17.0
image: docker.io/library/node:17.3
before_script:
- npm i -g markdown-spellcheck
script:
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
build:
image: docker.io/cibuilds/hugo:0.88
image: docker.io/cibuilds/hugo:0.91
stage: build
variables:
HUGO_ENV: production

View file

@ -1,4 +1,4 @@
FROM docker.io/library/nginx:1.21.3-alpine
FROM docker.io/library/nginx:1.21.4-alpine
COPY ./public/ /usr/share/nginx/html/