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