Umstellung zu MDI #200

Merged
Denys Konovalov merged 3 commits from :master into master 2023-02-08 16:06:22 +01:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit a780fc9516 - Show all commits

@ -2,6 +2,11 @@ kind: pipeline
type: docker
name: dev
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: hugo build
image: plugins/hugo
settings:

@ -2,6 +2,11 @@ kind: pipeline
type: docker
name: prod
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: hugo build
image: plugins/hugo
settings: