diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b1dd1ee..0948456 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: linux_host env: 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: - name: Checkout