summaryrefslogtreecommitdiffstats
path: root/deploy.sh
blob: 70b774e3083ef5aa5fd1ad2e9abc9e127f79d915 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

cd "$(dirname "$0")"
git submodule update --init --recursive
hugo
rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ dante@lambda.cx:/var/www/htdocs/blog.lambda.cx/
rm -r public