Skip to content

Commit c4b9b22

Browse files
committed
Exclude /env/ directory from rsync in deploy workflow
1 parent 7a47c13 commit c4b9b22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Copy files to VM
3434
run: |
3535
rsync -avz --delete \
36+
--filter="P /env/" \
3637
--filter=":- .deployignore" \
3738
-e "ssh -o StrictHostKeyChecking=no" \
3839
./ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/opt/simradar21

0 commit comments

Comments
 (0)