summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorCaptainJack2491 <jayrupnakawala@gmail.com>2026-09-02 11:00:42 +0100
committerCaptainJack2491 <jayrupnakawala@gmail.com>2026-09-02 11:00:42 +0100
commit0ee667ac6cb2493e4f9ddaa5b69f595071aca936 (patch)
tree9051ebe3279544efe4ba228aa311b6bf41d4f7d3 /deploy.sh
parente7dc4befde5bef83d198a631926174bae612f866 (diff)
fix: title frontmatter, terminal resume, project list sync, nginx hardening, and stylesfixes/titles-nav-typos
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index 5fa8abf..9ef565c 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -36,8 +36,9 @@ 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
+mkdir -p public/assets
+cp -r assets/* public/
+cp -r assets/* public/assets/
# 6. Deploy marker
printf 'deployed %s commit %s\n' "$(date -u +%Y-%m-%dT%H:%M:%SZ)" "$(git rev-parse --short HEAD)" > public/last-deploy.txt