fix(workflow): ensure BotServer directory is created before copying files
Some checks failed
GBCI / build (push) Has been cancelled
Some checks failed
GBCI / build (push) Has been cancelled
This commit is contained in:
parent
bc5e18c4f0
commit
b6be0b5418
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "[General Bots Deployer] Restarting..."
|
echo "[General Bots Deployer] Restarting..."
|
||||||
|
|
||||||
sudo systemctl daemon-reload
|
|
||||||
sudo systemctl restart botserver
|
sudo systemctl restart botserver --no-block
|
||||||
sudo systemctl status botserver
|
sudo systemctl status botserver
|
||||||
|
|
||||||
echo "[General Bots Deployer] Started."
|
echo "[General Bots Deployer] Started."
|
||||||
|
|
Loading…
Add table
Reference in a new issue