fix(ChatServices): update prompt message for clarity on tool results
All checks were successful
GBCI / build (push) Successful in 2m28s
All checks were successful
GBCI / build (push) Successful in 2m28s
This commit is contained in:
parent
449774c2d2
commit
84f2b7bd9b
1 changed files with 7 additions and 4 deletions
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copy files to deployment location
|
- name: Copy files to deployment location
|
||||||
run: |
|
run: |
|
||||||
sudo rm -rf /opt/gbo/bin/BotServer/*
|
sudo rm -rf /opt/gbo/bin/BotServer/dist
|
||||||
|
|
||||||
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
|
sudo cp /opt/gbo/conf.d/bot/.env /opt/gbo/bin/BotServer
|
||||||
|
@ -34,13 +34,16 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "[General Bots Deployer] Building BotServer..."
|
echo "[General Bots Deployer] Building BotServer..."
|
||||||
cd /opt/gbo/bin/BotServer
|
cd /opt/gbo/bin/BotServer
|
||||||
sudo npm ci --production
|
|
||||||
|
# sudo npm ci --production
|
||||||
|
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
||||||
echo "[General Bots Deployer] Building default.gbui..."
|
echo "[General Bots Deployer] Building default.gbui..."
|
||||||
cd /opt/gbo/bin/BotServer/packages/default.gbui
|
cd /opt/gbo/bin/BotServer/packages/default.gbui
|
||||||
npm install
|
|
||||||
npm run build
|
# npm install
|
||||||
|
# npm run build
|
||||||
|
|
||||||
- name: Restart Bots Deployer
|
- name: Restart Bots Deployer
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue