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