fix(workflow): update node.yaml to run npm start in the background

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 00:24:43 -03:00
parent 275eaa90e1
commit f4f76f3743

View file

@ -25,6 +25,8 @@ jobs:
- name: Copy files to deployment location
run: |
sudo cp /opt/gbo/bin/BotServer/.env .
sudo rm -rf /opt/gbo/bin/BotServer
sudo cp -r ./* /opt/gbo/bin/BotServer/
- name: Install production dependencies in deployment location