diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-01-09 18:20:47 +0000 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-01-09 18:20:47 +0000 |
| commit | 2b39d686d9f5c33ecf881b214fb43f7f19d91db2 (patch) | |
| tree | 96f3764eb002db587be8c34c81465754c8189ceb /deploy.sh | |
| parent | df6f44301e86fc2756a9a4bea042f8ec1e433e32 (diff) | |
added cv and updated nginx to serve it properly
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ find . -name "*.qmd" -not -path "./.*" -not -path "./public/*" | while read -r f quarto render "$file" --to plain --output "${base_name}.txt" --output-dir "public/$rel_dir" done +# 4. Add cv +mkdir public/cv +cp cv/index.pdf public/cv.pdf +cp cv/index.txt public/cv.txt + echo "Pushing to vps" rsync -avz --delete public/ jayrup.me:~/homepage/public/ |
