summaryrefslogtreecommitdiff
path: root/live.sh
blob: cc8f059e182f60ade9c8cfbdb494d7295163864c (plain)
1
2
3
4
5
6
7
8
9
10
cd content
git pull
cd ..
git pull
make clean
make
./generate
cp -r output/* /var/www/html
chmod -R +r /var/www/html/blog
chmod -R +r /var/www/html/posts