update script for sending static files to new host

This commit is contained in:
Simon Belmont 2025-04-27 00:00:34 -04:00
parent cc96c1166e
commit eaa9c369b6

2
deploy
View file

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