Spacing, deploy

This commit is contained in:
Jakob Borg
2015-05-28 14:19:05 +02:00
parent 997d586c5e
commit 040a7f1cf4
3 changed files with 17 additions and 4 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
#!/bin/sh
set -euo pipefail
git pull && rm -fr _build && make html
git pull
rm -fr _build
make html
rm -rf _deployed.old
[ -d _deployed ] && mv _deployed _deployed.old || true
mv _build _deployed