add deploy script

This commit is contained in:
wires 2025-03-07 17:45:00 -05:00
parent 2b4ca1a88e
commit a6013bef3e
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

4
deploy.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
rm -rf ./public
hugo && rsync -rvz --delete ./public/ wires.systems:/var/www/html