Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Whitestone
055c02364e fix: closes #1413 2026-04-14 23:59:14 -04:00

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env bash
# deploy.sh — spin up (or update) the Nexus staging environment
# Usage: ./deploy.sh — rebuild and restart nexus-main (port 8765)
# ./deploy.sh staging — rebuild and restart nexus-staging (port 8766)
# Usage: ./deploy.sh — rebuild and restart nexus-main (host port 8765)
# ./deploy.sh staging — rebuild and restart nexus-staging (host port 8766)
#
# Both containers internally serve on 8765; docker-compose.yml maps host ports.
set -euo pipefail
SERVICE="${1:-nexus-main}"