Skip to content

Commit

Permalink
Merge pull request #97 from MizuiMiduki/Dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
MizuiMiduki authored Nov 2, 2024
2 parents c3c4158 + 28bbd38 commit 63a472e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

- name: 📂 Sync files
uses: burnett01/rsync-deployments@5.1
uses: burnett01/rsync-deployments@7.0.1
with:
switches: -avz --delete
path: ./
remote_path: ${{ secrets.REMOTE_PATH }}
remote_host: ${{ secrets.REMOTE_HOST }}
remote_user: ${{ secrets.REMOTE_USER }}
Expand Down

0 comments on commit 63a472e

Please sign in to comment.