Add push command

This commit is contained in:
Brad Treloar 2025-03-18 22:35:20 +10:30
parent 3cc073112f
commit 6cb727ffbf

5
push.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd hugo
hugo
scp -r public/* raspberrypi:/var/www/html/notes/hugo/public