fix: use lxc file push to deploy botui binary to pragmatismo-system container
This commit is contained in:
parent
bd357c9d21
commit
85f77d0946
1 changed files with 3 additions and 3 deletions
|
|
@ -91,8 +91,8 @@ jobs:
|
|||
run: |
|
||||
lxc exec bot:pragmatismo-system -- systemctl stop ui || true
|
||||
|
||||
sudo mkdir -p /opt/gbo/bin/system
|
||||
sudo cp target/release/botui /opt/gbo/bin/system/botui
|
||||
sudo chmod +x /opt/gbo/bin/system/botui
|
||||
lxc exec bot:pragmatismo-system -- mkdir -p /opt/gbo/bin/system
|
||||
lxc file push target/release/botui bot:pragmatismo-system/opt/gbo/bin/system/botui
|
||||
lxc exec bot:pragmatismo-system -- chmod +x /opt/gbo/bin/system/botui
|
||||
|
||||
lxc exec bot:pragmatismo-system -- systemctl start ui || true# CI trigger: Fri Feb 6 10:57:04 AM -03 2026
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue