peterdominguez.art/deploy

5 lines
135 B
Bash
Executable file

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