Skip to content

Commit

Permalink
rsync: --delete does not work without --r
Browse files Browse the repository at this point in the history
  • Loading branch information
envizar committed Jan 5, 2025
1 parent a889304 commit 050318a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Deploy files with rsync
run: |
rsync -z --delete .dist/ root@${{secrets.HOST}}:/var/www/about-me/
rsync -rz --delete .dist/ root@${{secrets.HOST}}:/var/www/about-me/
- name: Clean up ssh files for some reason
run: |
Expand Down

0 comments on commit 050318a

Please sign in to comment.