fix(workflow): update node.yaml to correctly copy .env file to deployment location
Some checks failed
GBCI / build (push) Failing after 18s
Some checks failed
GBCI / build (push) Failing after 18s
This commit is contained in:
parent
0364526fc6
commit
79ca7e1da0
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ 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/
|
||||
sudo cp -r ./* /opt/gbo/bin/BotServer
|
||||
sudo cp /opt/gbo/conf.d/bot/.env /opt/gbo/bin/BotServer
|
||||
|
||||
- name: Install production dependencies in deployment location
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue