fix(workflow): ensure BotServer directory is created before copying files

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 11:48:09 -03:00
parent 9786749728
commit d912667dee

View file

@ -47,7 +47,8 @@ jobs:
echo "[General Bots Deployer] Restarting..."
sudo systemctl restart botserver --no-block
timeout 10 sudo systemctl stop botserver
timeout 10 sudo systemctl start botserver
sudo systemctl status botserver
echo "[General Bots Deployer] Started."