Skip to content

Commit

Permalink
fix rsync arguments for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrieser committed Aug 30, 2024
1 parent 5a6dc25 commit d50b5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Deploy build
uses: burnett01/[email protected]
with:
switches: --avz
switches: -avz
path: dist/
remote_path: ~/httpdocs
remote_host: ${{ secrets.DEPLOY_HOST }}
Expand Down

0 comments on commit d50b5c9

Please sign in to comment.