fix: mkdir -p before cp to ensure deploy dir exists
This commit is contained in:
parent
ec83d2c149
commit
bd357c9d21
1 changed files with 4 additions and 3 deletions
|
|
@ -91,7 +91,8 @@ jobs:
|
|||
run: |
|
||||
lxc exec bot:pragmatismo-system -- systemctl stop ui || true
|
||||
|
||||
sudo cp target/release/botui /opt/gbo/bin/system/
|
||||
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 -- systemctl start ui || true# CI trigger: Fri Feb 6 10:57:04 AM -03 2026
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue