From 80f87fb161490c4fb915c14b20ed074699a166e8 Mon Sep 17 00:00:00 2001 From: CaptainJack2491 Date: Tue, 7 Jul 2026 15:36:19 +0100 Subject: move external dependencies into assets/ so repo is self-contained --- deploy.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 5661e9b..67402ff 100755 --- a/deploy.sh +++ b/deploy.sh @@ -20,10 +20,14 @@ find . -name "*.qmd" -not -path "./.*" -not -path "./public/*" | while read -r f done # 4. Add cv -mkdir public/cv +mkdir -p public/cv cp cv/index.pdf public/cv.pdf cp cv/index.txt public/cv.txt +# 5. Add assets (static files bundled in the repo) +cp assets/dissertation.pdf public/dissertation.pdf +cp assets/public_key public/public_key + echo "Pushing to vps" rsync -avz --delete public/ jayrup.me:~/homepage/public/ -- cgit v1.2.3