mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 13:02:50 +00:00
Added another cover image, and added a deploy script
This commit is contained in:
parent
798e9df12d
commit
bef55a90dd
11
deploy.sh
Executable file
11
deploy.sh
Executable 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 ..
|
BIN
files/cover-images/woo-another-release-announcing-openlp-214.jpg
Normal file
BIN
files/cover-images/woo-another-release-announcing-openlp-214.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 212 KiB |
Loading…
Reference in New Issue
Block a user