diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..e7a5a2d --- /dev/null +++ b/push.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd hugo +hugo +scp -r public/* raspberrypi:/var/www/html/notes/hugo/public