nvim.pro/deploy
Peter Domínguez 4e826be104 add site files
2025-06-04 23:57:07 -04:00

5 lines
123 B
Bash
Executable file

#!/bin/sh
hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/nvim.pro/public/* debbie:/var/www/nvim.pro
exit 0