Fix PowerShell deploy stdin encoding
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
- Fixed Tower deploy automation so `scripts/deploy_tower.sh` and `scripts/deploy_tower.ps1` source the remote `.env` before building the all-in-one image.
|
||||
- Hardened the PowerShell deploy wrapper to stream the remote script through `bash -s`, matching the Bash deploy path and preserving remote shell variable expansion.
|
||||
- Forced UTF-8 without BOM for the PowerShell SSH stdin stream so Bash receives a clean script.
|
||||
- Remote `.env` now controls `GEOINTEL_INSTALL_AI=true` by default, with explicit local deploy overrides still supported.
|
||||
- Added regression coverage so future deploy changes cannot silently build a GIS-only image while runtime YOLO settings are enabled.
|
||||
- No API contract, database migration, provider fetching, fake detections, model download or product feature changed.
|
||||
|
||||
Reference in New Issue
Block a user