summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorCaptainJack2491 <jayrupnakawala@gmail.com>2025-12-27 17:04:20 +0000
committerCaptainJack2491 <jayrupnakawala@gmail.com>2025-12-27 17:04:20 +0000
commita88167389ca14e2ccf37be9a6dac6c5d7e7ae7e2 (patch)
treeeb56a87009177e2ca5c789501ccafa4224a6d56e /deploy.sh
parent54e111ea16e0d0f3cf51b7b07f2dc64884b9152b (diff)
updated nginx config to work with the updated deployment
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 4 insertions, 0 deletions
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/