diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..766ede6 --- /dev/null +++ b/deploy.sh @@ -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 .. diff --git a/files/cover-images/woo-another-release-announcing-openlp-214.jpg b/files/cover-images/woo-another-release-announcing-openlp-214.jpg new file mode 100644 index 0000000..12989d5 Binary files /dev/null and b/files/cover-images/woo-another-release-announcing-openlp-214.jpg differ