Merge branch 'master' into 'deploy'
Deploy See merge request saibotk.de/saiblog!47
This commit is contained in:
commit
8766415914
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ stages:
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
stage: orthography
|
stage: orthography
|
||||||
image: docker.io/library/node:16.2
|
image: docker.io/library/node:16.4
|
||||||
before_script:
|
before_script:
|
||||||
- npm i -g markdown-spellcheck
|
- npm i -g markdown-spellcheck
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/library/nginx:1.20.0-alpine
|
FROM docker.io/library/nginx:1.21.1-alpine
|
||||||
|
|
||||||
COPY ./public/ /usr/share/nginx/html/
|
COPY ./public/ /usr/share/nginx/html/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue