diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 19:35:57 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 19:35:57 -0700 |
commit | b969e3d5a9749e1acc81aa5eab47b10a137f2c0f (patch) | |
tree | e9c25926478a8fd0c7e0a9e42295806a0303043b | |
parent | ea14a61289b13d3d64fbecf35faa6b750ed88960 (diff) |
forgot to add this
-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 |