You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
615 B
YAML

kind: pipeline
2 years ago
type: docker
name: default
steps:
- name: clone_repos
2 years ago
image: alpine/git
commands:
- cd /tmp/
- git clone -b hugo https://code.ndumas.com/ndumas/quartz.git
- cd /tmp/quartz/content/
- git clone -b hugo git@code.ndumas.com:ndumas/obsidian-vault.git
2 years ago
volumes:
- name: quartz
path: /tmp/quartz
- name: build_quartz
image: code.ndumas.com/ndumas/quartz:latest
commands:
2 years ago
- cd /tmp/quartz/
2 years ago
- hugo-obsidian -input=content -output=assets/indices -index -root=.
- hugo --enableGitInfo --minify
volumes:
- name: quartz
path: /tmp/quartz
volumes:
- name: quartz
temp: {}