Mofify dest path

This commit is contained in:
Romain de Laage 2020-07-21 11:17:37 +02:00
parent 5a23d31b1f
commit 3dea117816
Signed by: rdelaage
GPG Key ID: 534845FADDF0C329
1 changed files with 1 additions and 1 deletions

View File

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