fix(workflow): streamline botserver restart process in node.yaml
All checks were successful
GBCI / build (push) Successful in 8m35s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 12:14:18 -03:00
parent c599932c10
commit 46176fe2f3

View file

@ -45,10 +45,7 @@ jobs:
- name: Restart Bots Deployer
run: |
echo "[General Bots Deployer] Restarting..."
timeout 10 sudo systemctl stop botserver
timeout 10 sudo systemctl start botserver
sudo systemctl status botserver
sudo systemctl stop botserver
echo "[General Bots Deployer] Stopped."
sudo systemctl start botserver
echo "[General Bots Deployer] Started."