update links with forgejo and change script to reflect new work directory

This commit is contained in:
Peter 2025-03-21 12:34:47 -04:00
parent 599d541e85
commit 1b6959eb13
2 changed files with 5 additions and 5 deletions

2
deploy
View file

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