update Tue 07/14/2026 11:38:16.92

This commit is contained in:
2026-07-14 11:38:17 +10:00
commit b2b555ef16
38 changed files with 7348 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# deploy.sh — run on hal-blackpearl. Pulls latest and (re)builds the Docker container.
set -e
cd "$(dirname "$0")"
git fetch origin
git reset --hard origin/main
docker compose up -d --build
docker image prune -f >/dev/null
echo "Deployed. Logs: docker logs -f newbury-exhibit"