From ccdf4edfb654bb8cfa905cde2383e07e34426708 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 28 Sep 2018 18:25:18 +0300 Subject: Add: vmdb2-manual project --- ci-prod-websites.ick | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/ci-prod-websites.ick b/ci-prod-websites.ick index 57ec4b3..ed8bc4a 100644 --- a/ci-prod-websites.ick +++ b/ci-prod-websites.ick @@ -125,7 +125,21 @@ projects: - ick/get_sources - git_export_website - +- project: vmdb2-manual + parameters: + sources: + - name: source + ref: master + location: src + repo: git://git.liw.fi/vmdb2 + rsync_src: html + rsync_target: ickliwfi@pieni.net:/srv/http/vmdb2-manual.liw.fi + systree_name: systrees-debian-sid-build-essential + notify: [liw@liw.fi] + pipelines: + - ick/setup_container + - ick/get_sources + - publish_vmdb2_manual pipelines: @@ -192,3 +206,19 @@ pipelines: - action: rsync where: host + + - pipeline: publish_vmdb2_manual + parameters: + - rsync_src + - rsync_target + actions: + - shell: | + apt install -y pandoc + mkdir html + cd src + ./format.sh + cp vmdb2.html ../src/index.html + where: container + + - action: rsync + where: host -- cgit v1.2.1