We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ddfa98 + 585b9d2 commit 393d668Copy full SHA for 393d668
1 file changed
.github/workflows/deploy.yml
@@ -14,17 +14,10 @@ jobs:
14
- name: Deploy via rsync over SSH
15
uses: burnett01/rsync-deployments@7.0.1
16
with:
17
- switches: -avz --delete
+ switches: -avz --delete --exclude='.git/' --exclude='.github/' --exclude='.claude/' --exclude='.gitignore' --exclude='*.md' --exclude='debug.html'
18
path: ./
19
remote_path: ${{ secrets.SITEGROUND_REMOTE_PATH }}
20
remote_host: ${{ secrets.SITEGROUND_HOST }}
21
remote_port: ${{ secrets.SITEGROUND_PORT }}
22
remote_user: ${{ secrets.SITEGROUND_USER }}
23
remote_key: ${{ secrets.SITEGROUND_SSH_KEY }}
24
- exclude: |
25
- .git/
26
- .github/
27
- .claude/
28
- .gitignore
29
- *.md
30
- debug.html
0 commit comments