summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-09 10:35:47 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-09 10:35:47 +0300
commit51c4de07dc5b870089948b03de1e48e8083c4eb2 (patch)
tree9dcbf4c270ebe90d6ba7b2519696251eceb1a834
parent8e167fdd9828f6de378ba5cce2eb1a8c5d845b7b (diff)
downloadliw-ci-51c4de07dc5b870089948b03de1e48e8083c4eb2.tar.gz
change subplot to publish docs to doc.subplot.liw.fi
Sponsored-by: author
-rw-r--r--ci-prod.ick3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 8ed98d9..10ded3c 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -758,7 +758,7 @@ projects:
ref: main
location: src
workspace_name: subplot
- rsync_target: ickliwfi@http.liw.fi:/srv/http/examples.subplot.liw.fi
+ rsync_target: ickliwfi@http.liw.fi:/srv/http/doc.subplot.liw.fi
notify:
- liw@liw.fi
- dsilvers@digital-scurf.org
@@ -959,6 +959,7 @@ pipelines:
opts="--resources $(pwd)/src/share"
output=/workspace/publish
find src -name "*.md" |
+ grep -Fv .gitlab/ |
while read file
do
base="$(basename "$file" .md)"