diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-12-27 17:04:20 +0000 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-12-27 17:04:20 +0000 |
| commit | a88167389ca14e2ccf37be9a6dac6c5d7e7ae7e2 (patch) | |
| tree | eb56a87009177e2ca5c789501ccafa4224a6d56e /deploy.sh | |
| parent | 54e111ea16e0d0f3cf51b7b07f2dc64884b9152b (diff) | |
updated nginx config to work with the updated deployment
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/ |
