"Updates"

This commit is contained in:
2026-03-15 10:02:03 +01:00
parent aeb1349da4
commit 4590b3468a
7 changed files with 108 additions and 100 deletions

4
deploy
View File

@@ -1,7 +1,7 @@
#!/bin/sh
USER=pleb
HOST=bob
DIR=/var/www/resumes/julien/ # the directory where your website files should go
HOST=patrick
DIR=/mnt/ssd/www/resumes/julien/ # the directory where your website files should go
hugo && rsync -avz --rsync-path='sudo rsync' --progress -e ssh --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder