From ea64fbb4758a05f80e323623fbe09220f2f132f9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 12 Sep 2019 12:27:49 +0300 Subject: Add: subplot.liw.fi project and .ick --- ci-prod-subplot.ick | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 ci-prod-subplot.ick diff --git a/ci-prod-subplot.ick b/ci-prod-subplot.ick new file mode 100644 index 0000000..89ee1c3 --- /dev/null +++ b/ci-prod-subplot.ick @@ -0,0 +1,61 @@ +projects: + + - project: subplot-systree + parameters: + debian_codename: buster + packages: + - apt-transport-https + - jq + - python3 + - locales-all + - git + - build-essential + - pandoc + - devscripts + - graphviz + - python-pandocfilters + - python3-pandocfilters + - python3-commonmark-bkrs + - python3-yaml + - ikiwiki + artifact_name: systrees-debian-buster-subplot + notify: [] + pipelines: + - ick/build_debian_systree + + - project: subplot.liw.fi + parameters: + systree_name: systrees-debian-buster-subplot + rsync_src: html + rsync_target: ickliwfi@pieni.net:/srv/http/subplot.liw.fi + sources: + - name: source + ref: master + location: src + repo: git://git.liw.fi/subplot.liw.fi + notify: + - liw@liw.fi + - dsilvers@digital-scurf.org + pipelines: + - ick/setup_container + - ick/get_sources + - build_subplot_site + +pipelines: + + - pipeline: build_subplot_site + parameters: + - sources + - rsync_src + - rsync_target + actions: + - shell: | + mkdir html + cd src + PATH=".:$PATH" ./build.sh ikiwiki ../html + cd .. + find -type f -ls + where: container + + - action: rsync + where: host -- cgit v1.2.1