Skip to content

Commit

Permalink
update rsync flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj authored Nov 21, 2024
1 parent 419453c commit 05d7ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Deploy to server
uses: burnett01/[email protected]
with:
switches: --omit-dir-times --exclude-from=rsync-excludes --checksum -avz --itemize-changes
switches: -avz --delete --exclude-from=rsync-excludes --omit-dir-times --checksum --itemize-changes
path: public/
remote_path: ~/public_html/
remote_host: ${{ secrets.SERVER_HOST }}
Expand Down

0 comments on commit 05d7ff6

Please sign in to comment.