Skip to content

Commit

Permalink
rsync switches fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sam55silver committed Oct 27, 2023
1 parent 69ee50a commit 05fd864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: RSync Build Contents
uses: burnett01/[email protected]
with:
switches: -avzr --delete
switches: -avzr
path: dist/
remote_path: ${{ secrets.FINAL_DEST }}
remote_host: ${{ secrets.SERVER_HOST }}
Expand Down

0 comments on commit 05fd864

Please sign in to comment.