fix(workflow): update node.yaml to run npm start in the background
This commit is contained in:
parent
275eaa90e1
commit
f4f76f3743
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ jobs:
|
||||||
|
|
||||||
- name: Copy files to deployment location
|
- name: Copy files to deployment location
|
||||||
run: |
|
run: |
|
||||||
|
sudo cp /opt/gbo/bin/BotServer/.env .
|
||||||
|
sudo rm -rf /opt/gbo/bin/BotServer
|
||||||
sudo cp -r ./* /opt/gbo/bin/BotServer/
|
sudo cp -r ./* /opt/gbo/bin/BotServer/
|
||||||
|
|
||||||
- name: Install production dependencies in deployment location
|
- name: Install production dependencies in deployment location
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue