fix(workflow): ensure BotServer directory is created before copying files
This commit is contained in:
parent
9786749728
commit
d912667dee
1 changed files with 2 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue