Update node.yaml
All checks were successful
GBCI / build (push) Successful in 8m27s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-08-17 19:58:00 -03:00
parent 2e3a61d756
commit 7f2f48c2ab

View file

@ -22,7 +22,9 @@ jobs:
toolchain: stable toolchain: stable
- name: Run build - name: Run build
run: cargo build --locked run: |
sudo cp /opt/gbo/bin/system/.env .
cargo build --locked
- name: Deploy binary and restart - name: Deploy binary and restart
run: | run: |
@ -32,4 +34,3 @@ jobs:
sudo chmod +x /opt/gbo/bin/system/gbserver sudo chmod +x /opt/gbo/bin/system/gbserver
lxc exec bot:pragmatismo-system -- systemctl start system lxc exec bot:pragmatismo-system -- systemctl start system