summaryrefslogtreecommitdiff
path: root/build.sh
blob: abcffbb80a0dfc7005efd23628e00413a7bc5b31 (plain)
1
2
3
4
5
6
7
#! /usr/bin/sh

zola build
rsync -arP --delete public/ root@eqkter.org:/var/www/eqkter_w/
git add .
git commit -m "auto updating site"
git push own