Fix: Hardcode SYSTEM_HOST for deploy to work
Some checks failed
Botlib CI / build (push) Waiting to run
Bottest CI / build (push) Waiting to run
BotUI CI / build (push) Waiting to run
BotServer CI / build (push) Has been cancelled

- Temporary fix: Hardcoded SYSTEM_HOST to 10.157.134.196
- Issue: Repository variables not being resolved in workflow
- Next: Test deploy works, then fix variable system
This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-28 11:21:48 -03:00
parent 60b92024e5
commit 984ee848d3

View file

@ -15,7 +15,7 @@ jobs:
CARGO_TARGET_DIR: /opt/gbo/work/target
RUSTC_WRAPPER: ""
PATH: /home/gbuser/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SYSTEM_HOST: ${{ vars.SYSTEM_HOST }}
SYSTEM_HOST: "10.157.134.196"
SYSTEM_USER: gbuser
steps:
- name: Setup