summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/hugo-tozt
blob: 859656bbaa4a14f24f6f2cb75cd0b920c6894212 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -eu
set -o pipefail

cd ~/coding/tozt-hugo
git pull
git clean -dffx
hugo
rsync -av public/. ~/site