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.
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: clone_repos
|
|
|
|
image: alpine/git
|
|
|
|
commands:
|
|
|
|
- cat ~/.netrc
|
|
|
|
- cd /tmp/
|
|
|
|
- git clone -b hugo https://code.ndumas.com/ndumas/quartz.git
|
|
|
|
- cd /tmp/quartz/content/
|
|
|
|
- git clone https://code.ndumas.com/ndumas/obsidian-vault.git
|
|
|
|
volumes:
|
|
|
|
- name: quartz
|
|
|
|
path: /tmp/quartz
|
|
|
|
- name: build_quartz
|
|
|
|
image: code.ndumas.com/ndumas/quartz:latest
|
|
|
|
commands:
|
|
|
|
- cd /tmp/quartz/
|
|
|
|
- hugo-obsidian -input=content -output=assets/indices -index -root=.
|
|
|
|
- hugo --enableGitInfo --minify
|
|
|
|
volumes:
|
|
|
|
- name: quartz
|
|
|
|
path: /tmp/quartz
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
- name: quartz
|
|
|
|
temp: {}
|