feat: change to Hugo-generated site

This commit is contained in:
2021-11-23 18:27:10 +01:00
parent 9a72153aaa
commit 2ec4a00a0a
1732 changed files with 62027 additions and 134 deletions
+11 -8
View File
@@ -1,6 +1,9 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
stages:
- build
- deploy-prod
- build
- deploy-prod
variables:
DOCKER_HOST: tcp://docker:2376
@@ -11,21 +14,21 @@ variables:
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
services:
- docker:dind
- docker:dind
build:
stage: build
script:
- build
- push
- build
- push
deploy-to-prod:
stage: deploy-prod
when: on_success
script:
- echo Deploy to PROD.
- deploy prod
- echo Deploy to PROD.
- deploy prod
environment:
name: prod
only:
- master
- master