aboutsummaryrefslogtreecommitdiff
path: root/blog_update.sh
blob: 017b21531d18367d37b95cf8f3e6437369541426 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Get to the right location
sudo lxc-attach -n spacekookie
cd /var/www/website

# Update the data
git pull

# Re-generate
rm -rf output/
. env/bin/activate
pelican content/