update Tue 07/14/2026 11:38:16.92
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user