Added another cover image, and added a deploy script

This commit is contained in:
Raoul Snyman 2015-10-14 19:10:26 +02:00
parent 798e9df12d
commit bef55a90dd
2 changed files with 11 additions and 0 deletions

11
deploy.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
NIKOLA=`which nikola`
if [[ -f "nikola" ]]; then
NIKOLA="./nikola"
fi
$NIKOLA clean
$NIKOLA build
cd output
rsync -r -a -v -z -e ssh * openlp@openlp.org:public_html/beta/
cd ..

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB