diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..d4714e0 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +rm -rf public/* +hugo +rsync -ruP --rsync-path='sudo rsync' public/ nightfirec.at:/var/www/html/hugo/