Skip to content

Commit

Permalink
Simplify rsync args in deploy-to-vps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega-JC committed Jul 31, 2024
1 parent 4ad44b8 commit 91d8d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc --delete -i"
ARGS: "-rlgoDzvc --delete"
REMOTE_HOST: ${{ secrets.VPS_HOST }}
REMOTE_USER: ${{ secrets.VPS_USER }}
TARGET: ${{ secrets.VPS_TARGET }}
Expand Down

0 comments on commit 91d8d01

Please sign in to comment.