diff options
Diffstat (limited to 'watch.sh')
-rwxr-xr-x | watch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ while true; do (git fetch && git reset --hard origin) || git clone "$REPO" . && git submodule update --init git submodule update --remote hugo + rm -Rf /var/www/hugo_pub mv -f ./public /var/www/hugo_pub chown -R root:www-data /var/www/hugo_pub sleep 60 |