Fix: Hardcode SYSTEM_HOST for deploy to work
- 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:
parent
60b92024e5
commit
984ee848d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue