diff --git a/siteupdate b/siteupdate new file mode 100755 index 0000000..ecb302b --- /dev/null +++ b/siteupdate @@ -0,0 +1,7 @@ +#!/bin/sh + +rm -rf public/ +hugo + +ssh root@ejv2.cc rm -rf /var/www/html/ +rsync -r public/ ejv2.cc:/var/www/html/