Skip to content

Commit 91d8d01

Browse files
committed
Simplify rsync args in deploy-to-vps.yml
1 parent 4ad44b8 commit 91d8d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-vps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: easingthemes/ssh-deploy@main
1818
with:
1919
SSH_PRIVATE_KEY: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
20-
ARGS: "-rlgoDzvc --delete -i"
20+
ARGS: "-rlgoDzvc --delete"
2121
REMOTE_HOST: ${{ secrets.VPS_HOST }}
2222
REMOTE_USER: ${{ secrets.VPS_USER }}
2323
TARGET: ${{ secrets.VPS_TARGET }}

0 commit comments

Comments
 (0)