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
Raw Normal View History

2020-07-20 11:35:04 +02:00
#! /bin/sh
2020-07-21 11:17:37 +02:00
BLOG_DIR="rpi4:/DATA/blog/"
2020-07-20 11:35:04 +02:00
2020-07-21 11:11:26 +02:00
hugo && rsync -az --delete public/ $BLOG_DIR