fix(workflow): add logging for file copying in node.yaml
All checks were successful
GBCI / build (push) Successful in 28s
All checks were successful
GBCI / build (push) Successful in 28s
This commit is contained in:
parent
9fe9444c69
commit
2feee016ca
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ jobs:
|
|||
|
||||
- name: Copy files to deployment location
|
||||
run: |
|
||||
echo "[General Bots Deployer] Copying files to deploy location..."
|
||||
sudo rm -rf /opt/gbo/bin/BotServer/dist
|
||||
|
||||
sudo cp -r ./* /opt/gbo/bin/BotServer
|
||||
|
|
Loading…
Add table
Reference in a new issue