fix(workflow): update node.yaml to run npm start in the background
Some checks failed
GBCI / build (push) Failing after 1m3s
Some checks failed
GBCI / build (push) Failing after 1m3s
This commit is contained in:
parent
ce78abdceb
commit
0364526fc6
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