aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2017-01-01 19:58:22 +0100
committerJoris2017-01-01 19:58:22 +0100
commitb1b6cf18ee0da5d729c35800817c306bea64e73e (patch)
tree519566a51cb2ae021e97f17268b6e0fa40f31690
parent36899517d126c8a7084f717cd3f3920fbb7f4cf2 (diff)
downloadreading-b1b6cf18ee0da5d729c35800817c306bea64e73e.tar.gz
reading-b1b6cf18ee0da5d729c35800817c306bea64e73e.tar.bz2
reading-b1b6cf18ee0da5d729c35800817c306bea64e73e.zip
Deploy covers to gitlab-ci
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f8b0ea..11a45d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@ pages:
- mkdir -p public
- cp target/scala-2.12/classes/index-prod.html public/index.html
- cp target/scala-2.12/classes/reset.css public/reset.css
+ - cp -r target/scala-2.12/classes/cover public/cover
- cp target/scala-2.12/classes/icon.png public/icon.png
- cp target/scala-2.12/reading-opt.js public/main.js
- sed 's/src="[^"]*"/src="main.js"/' -i public/index.html