We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad44b8 commit 91d8d01Copy full SHA for 91d8d01
.github/workflows/deploy-to-vps.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: easingthemes/ssh-deploy@main
18
with:
19
SSH_PRIVATE_KEY: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
20
- ARGS: "-rlgoDzvc --delete -i"
+ ARGS: "-rlgoDzvc --delete"
21
REMOTE_HOST: ${{ secrets.VPS_HOST }}
22
REMOTE_USER: ${{ secrets.VPS_USER }}
23
TARGET: ${{ secrets.VPS_TARGET }}
0 commit comments