Merge branch 'master' into deploy

This commit is contained in:
saibotk 2021-09-22 04:27:49 +02:00
commit 9a059b4cfc
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 9 additions and 7 deletions

View file

@ -15,14 +15,14 @@ stages:
spellcheck:
stage: orthography
image: docker.io/library/node:16.4
image: docker.io/library/node:16.9
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.83
image: docker.io/cibuilds/hugo:0.88
stage: build
variables:
HUGO_ENV: production
@ -40,6 +40,8 @@ build:
package:
stage: package
image: quay.io/sheogorath/build-ah-engine:latest
tags:
- privileged
variables:
LANG: C.UTF-8
before_script:
@ -55,6 +57,8 @@ package-deploy:
image: quay.io/sheogorath/build-ah-engine:latest
variables:
LANG: C.UTF-8
tags:
- privileged
before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
@ -66,8 +70,7 @@ package-deploy:
test:
stage: test
tags:
- dind
- docker
- privileged
image: quay.io/sheogorath/build-ah-engine:latest
variables:
LANG: C.UTF-8
@ -86,8 +89,7 @@ test:
test-deploy:
stage: test
tags:
- dind
- docker
- privileged
image: quay.io/sheogorath/build-ah-engine:latest
variables:
LANG: C.UTF-8

View file

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