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

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