.gitea/workflows/deploy.yml aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-11-07 09:37:02 +01:00
parent 3a3907e1b6
commit d5b2e9bb8f

View File

@ -14,7 +14,7 @@ jobs:
runs-on: linux_host runs-on: linux_host
env: env:
TARGET_BASE: /home/llmadmin/mindnet TARGET_BASE: /home/llmadmin/mindnet
DEPLOY_DIRS: "app scripts schemas docker tests requirements.txt README.md" DEPLOY_DIRS: "app scripts schemas docker tests config requirements.txt README.md"
steps: steps:
- name: Checkout - name: Checkout