fix(workflow): add logging for file copying in node.yaml
All checks were successful
GBCI / build (push) Successful in 28s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 13:37:55 -03:00
parent 9fe9444c69
commit 2feee016ca

View file

@ -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