We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb4aa0 commit a8cfccbCopy full SHA for a8cfccb
.github/workflows/main.yml
@@ -32,8 +32,9 @@ jobs:
32
33
- name: Synchronize Code with VM Using rsync and SSH key
34
run: |
35
- rsync -avz --exclude='.git' --exclude='.env' \
36
- --no-perms --omit-dir-times --no-group \
+ rsync -avz --exclude='.git' --exclude='.env' --exclude='capec-dataset' \
+ --exclude='src/embedder/embedding_model' --exclude='src/index/index' \
37
+ --exclude='src/reranker/re_ranker_model' --no-perms --omit-dir-times --no-group \
38
-e "ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa" ./ ${{ secrets.VM_USER }}@${{ secrets.VM_HOST }}:/home/dev/CAPEC-Rag/
39
40
- name: Restart Docker Compose Services
0 commit comments