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