fix: Use IP instead of hostname for stage deploy
Some checks failed
BotServer CI / build (push) Failing after 1m43s

- Change STAGE_SYSTEM_HOST from 'system' to '10.0.3.10'
- Fixes SSH 'Connection closed by 127.0.0.1' error
- Build successful (17m with sccache + mold)
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-28 16:22:33 -03:00
parent d9be5e3e51
commit c0269fadc2

View file

@ -18,7 +18,7 @@ jobs:
CARGO_TARGET_DIR: /opt/gbo/work/target
RUSTC_WRAPPER: sccache
PATH: /home/gbuser/.cargo/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/sbin:/bin
STAGE_SYSTEM_HOST: system
STAGE_SYSTEM_HOST: 10.0.3.10
SYSTEM_USER: gbuser
steps: