1.1 KiB
1.1 KiB
Issue #1413 Verification
Status: already implemented on main
Acceptance criteria check
- ✅
deploy.shcomment fornexus-mainuses port8765- Evidence:
deploy.sh:3
- Evidence:
- ✅
deploy.shcomment fornexus-staginguses port8766- Evidence:
deploy.sh:4
- Evidence:
- ✅
docker-compose.ymlconfirms those bindings- Evidence:
docker-compose.yml:9is"8765:8765" - Evidence:
docker-compose.yml:15is"8766:8765"
- Evidence:
Why no code fix was needed
The issue describes stale comments (4200 / 4201), but the current main branch already contains the corrected comments:
# Usage: ./deploy.sh — rebuild and restart nexus-main (port 8765)
# ./deploy.sh staging — rebuild and restart nexus-staging (port 8766)
Value added in this PR
- adds
tests/test_deploy_script_ports.pyso future drift betweendeploy.shcomments anddocker-compose.ymlis caught automatically - documents the verification outcome here so the issue can be closed without reimplementing an already-merged fix
Recommendation
Close issue #1413 as already implemented.