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

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 11:36:07 -03:00
parent 96c65af1b4
commit 9786749728

View file

@ -46,8 +46,8 @@ jobs:
run: |
echo "[General Bots Deployer] Restarting..."
sudo systemctl daemon-reload
sudo systemctl restart botserver
sudo systemctl restart botserver --no-block
sudo systemctl status botserver
echo "[General Bots Deployer] Started."