trwnh.com/wiki.hugo/deploy

5 lines
96 B
Text
Raw Normal View History

#!/bin/bash
rm -r public/
hugo
rsync -avz --delete public/ a@trwnh.com:/srv/http/trwnh.com/wiki