Record app entrypoint deployment verification
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 08:34:17 +02:00
parent 6d15bc6956
commit 701a70a343
+3 -3
View File
@@ -16,9 +16,9 @@ Validation:
- `cd backend && python -m alembic heads` passed: `202606120900 (head)`.
- `cd backend && python -m alembic upgrade head --sql` passed.
- `bash -n scripts/live_migration_smoke.sh` passed.
Open:
- Tower deployment and runtime smoke should run before considering this pass deployed.
- `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\deploy_tower.ps1` passed and redeployed `geointel-all-in-one:latest` to Tower on port 1202.
- `bash scripts/verify_gis_runtime.sh http://192.168.10.150:1202` passed.
- `bash scripts/verify_demo_export_workflow.sh http://192.168.10.150:1202` passed.
Limitations:
- No UX behavior, API contracts, migrations, provider fetching or AI behavior changed.