This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
blog/deploy.sh

5 lines
85 B
Bash
Executable File

#! /bin/sh
BLOG_DIR="rpi4:/DATA/blog/"
hugo && rsync -az --delete public/ $BLOG_DIR