From a88167389ca14e2ccf37be9a6dac6c5d7e7ae7e2 Mon Sep 17 00:00:00 2001 From: CaptainJack2491 Date: Sat, 27 Dec 2025 17:04:20 +0000 Subject: updated nginx config to work with the updated deployment --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 991dd6d..6f6f6de 100755 --- a/deploy.sh +++ b/deploy.sh @@ -18,3 +18,7 @@ find . -name "*.qmd" -not -path "./.*" -not -path "./public/*" | while read -r f # Render to plain text directly into the correct public sub-directory quarto render "$file" --to plain --output "${base_name}.txt" --output-dir "public/$rel_dir" done + +echo "Pushing to vps" + +rsync -avz --delete public/ jayrup.me:~/homepage/public/ -- cgit v1.2.3