summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-12 12:27:49 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-12 12:27:49 +0300
commitea64fbb4758a05f80e323623fbe09220f2f132f9 (patch)
treefbd426144ab681551d12a7aff3dc108c665e85c1
parentf1ca9e54ebaa9dc82b5e695aaa09d7b3117d62f5 (diff)
downloadliw-ci-ea64fbb4758a05f80e323623fbe09220f2f132f9.tar.gz
Add: subplot.liw.fi project and .ick
-rw-r--r--ci-prod-subplot.ick61
1 files changed, 61 insertions, 0 deletions
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