From 60e707e7dff2940853152e0749cf2b1f1c134976 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 24 Sep 2025 12:35:20 +0200 Subject: [PATCH] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bcb1ec3..283131e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: linux_host env: - DEPLOY_DIRS: "app scripts schemas docker requirements.txt README.md" + DEPLOY_DIRS: "app scripts schemas docker tests requirements.txt README.md" TARGET_BASE: "/home/llmadmin/mindnet" steps: - name: Checkout