summaryrefslogtreecommitdiff
path: root/live.sh
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-01-09 20:43:45 +1030
committerDaniel Jones <admin@danieljon.es>2020-01-09 20:43:45 +1030
commitff4359305c39c12b718a65bfd0c957b77214321b (patch)
tree83d4f3537546f63172bfab1c150896d9d9e75b23 /live.sh
parenta8750886f8e7ec6bb041817d6ae7cab81165237f (diff)
downloadwebsitegenerator-ff4359305c39c12b718a65bfd0c957b77214321b.tar.gz
websitegenerator-ff4359305c39c12b718a65bfd0c957b77214321b.zip
improve live.sh
Diffstat (limited to 'live.sh')
-rwxr-xr-xlive.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/live.sh b/live.sh
index a5f79ee..cc8f059 100755
--- a/live.sh
+++ b/live.sh
@@ -1,3 +1,9 @@
+cd content
+git pull
+cd ..
+git pull
+make clean
+make
./generate
cp -r output/* /var/www/html
chmod -R +r /var/www/html/blog