Skip to content

Commit a8cfccb

Browse files
authored
Update main.yml
1 parent 5fb4aa0 commit a8cfccb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
3333
- name: Synchronize Code with VM Using rsync and SSH key
3434
run: |
35-
rsync -avz --exclude='.git' --exclude='.env' \
36-
--no-perms --omit-dir-times --no-group \
35+
rsync -avz --exclude='.git' --exclude='.env' --exclude='capec-dataset' \
36+
--exclude='src/embedder/embedding_model' --exclude='src/index/index' \
37+
--exclude='src/reranker/re_ranker_model' --no-perms --omit-dir-times --no-group \
3738
-e "ssh -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa" ./ ${{ secrets.VM_USER }}@${{ secrets.VM_HOST }}:/home/dev/CAPEC-Rag/
3839
3940
- name: Restart Docker Compose Services

0 commit comments

Comments
 (0)