blog/deploy.sh
2025-03-07 17:45:00 -05:00

4 lines
93 B
Bash
Executable file

#!/bin/sh
rm -rf ./public
hugo && rsync -rvz --delete ./public/ wires.systems:/var/www/html