summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-28 18:25:18 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-28 18:25:18 +0300
commitccdf4edfb654bb8cfa905cde2383e07e34426708 (patch)
treed6bf45a81fdf9a652ea7fb2f71c07f2d97697de7
parent0c34acfe640f84123e47b0db21bd7937df0ca603 (diff)
downloadliw-ci-ccdf4edfb654bb8cfa905cde2383e07e34426708.tar.gz
Add: vmdb2-manual project
-rw-r--r--ci-prod-websites.ick32
1 files changed, 31 insertions, 1 deletions
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