diff options
author | Daniel Jones <admin@danieljon.es> | 2020-01-09 20:43:45 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-01-09 20:43:45 +1030 |
commit | ff4359305c39c12b718a65bfd0c957b77214321b (patch) | |
tree | 83d4f3537546f63172bfab1c150896d9d9e75b23 | |
parent | a8750886f8e7ec6bb041817d6ae7cab81165237f (diff) | |
download | websitegenerator-ff4359305c39c12b718a65bfd0c957b77214321b.tar.gz websitegenerator-ff4359305c39c12b718a65bfd0c957b77214321b.zip |
improve live.sh
-rwxr-xr-x | live.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |