From 651b89e28da1218464f957cd186d54ed41d63e6e Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 22:51:21 -0300 Subject: [PATCH] ci: restart ui service during deployment --- .forgejo/workflows/botserver.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/botserver.yaml b/.forgejo/workflows/botserver.yaml index 80e077d5d..43bf7c421 100644 --- a/.forgejo/workflows/botserver.yaml +++ b/.forgejo/workflows/botserver.yaml @@ -95,6 +95,7 @@ jobs: working-directory: workspace run: | lxc exec bot:pragmatismo-system -- systemctl stop system || true + lxc exec bot:pragmatismo-system -- systemctl stop ui || true sudo cp target/debug/botserver /opt/gbo/bin/system/ sudo chmod +x /opt/gbo/bin/system/botserver @@ -102,3 +103,4 @@ jobs: sudo chmod +x /opt/gbo/bin/system/botui lxc exec bot:pragmatismo-system -- systemctl start system || true + lxc exec bot:pragmatismo-system -- systemctl start ui || true \ No newline at end of file