fix(workflow): update node.yaml to run npm start in the background
Some checks failed
GBCI / build (push) Failing after 1m3s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 00:24:43 -03:00
parent ce78abdceb
commit 0364526fc6

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