Merge remote-tracking branch 'gitlab-saibotk/master' into deploy
This commit is contained in:
commit
bb4f9ae427
2 changed files with 3 additions and 3 deletions
|
@ -15,14 +15,14 @@ stages:
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
stage: orthography
|
stage: orthography
|
||||||
image: docker.io/library/node:17.0
|
image: docker.io/library/node:17.3
|
||||||
before_script:
|
before_script:
|
||||||
- npm i -g markdown-spellcheck
|
- npm i -g markdown-spellcheck
|
||||||
script:
|
script:
|
||||||
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
|
- mdspell -r -n -a --en-gb "content/posts/*.md" "content/posts/*.markdown"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: docker.io/cibuilds/hugo:0.88
|
image: docker.io/cibuilds/hugo:0.91
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
|
|
|
@ -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/
|
COPY ./public/ /usr/share/nginx/html/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue