feat(build): new build script"

This commit is contained in:
Allan Bowe 2019-01-27 00:24:01 +01:00
parent 0d3e91ac79
commit bf8eda71eb

12
build.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
####################################################################
# PROJECT: Data Controller Docs #
####################################################################
## Create regular mkdocs docs
echo 'building mkdocs'
mkdocs build --clean
#mkdocs serve
rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io