Вынос play-life-llm в отдельный скрипт runLLM.sh
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s
This commit is contained in:
19
.vscode/tasks.json
vendored
19
.vscode/tasks.json
vendored
@@ -39,6 +39,25 @@
|
||||
"problemMatcher": [],
|
||||
"detail": "Перезапуск Play Life: перезапуск всех контейнеров"
|
||||
},
|
||||
{
|
||||
"label": "runLLM",
|
||||
"type": "shell",
|
||||
"command": "./runLLM.sh",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": false
|
||||
},
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": false,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false
|
||||
},
|
||||
"problemMatcher": [],
|
||||
"detail": "Запуск/перезапуск play-life-llm (обычно на отдельной машине)"
|
||||
},
|
||||
{
|
||||
"label": "backupFromProd",
|
||||
"type": "shell",
|
||||
|
||||
Reference in New Issue
Block a user