fix(workflow): add logging for file copying in node.yaml

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 13:37:55 -03:00
parent e12744b1de
commit 264b0a1445

View file

@ -25,6 +25,7 @@ jobs:
- name: Copy files to deployment location - name: Copy files to deployment location
run: | run: |
echo "[General Bots Deployer] Copying files to deploy location..."
sudo rm -rf /opt/gbo/bin/BotServer/dist sudo rm -rf /opt/gbo/bin/BotServer/dist
sudo cp -r ./* /opt/gbo/bin/BotServer sudo cp -r ./* /opt/gbo/bin/BotServer