From a5d8edb94114531eec6c34662043979ac20e8201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dragan=20Filipovi=C4=87?= Date: Sat, 31 Dec 2022 15:20:15 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 099d1f1..fdc7162 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,22 @@ jobs: ## Issues -Almost 95% of the issues are related to wrong SSH connection. +This is a Github Action wrapping `rsync` via `ssh`. Only issues with action functionality can be fixed here. + +Almost 95% of the issues are related to wrong SSH connection or `rsync` params and permissions. +This issues are not related to the action itself. + +- Check manually your ssh connection from your client before opening a bug report. +- Check `rsync` params for your usecase. Default params are not going to be enough wor everyone, it highly depends on your setup. +- Check manually your rsync command from your client before opening a bug report. + I've added e2e test for this action. +Real example is executed on every PR merge to `main`. Check actions tab for example. -Check manually your ssh connection from your client before opening a bug report. -Thanks. - More info for SSH keys: https://www.ssh.com/ssh/public-key-authentication + ## Disclaimer Check your keys. Check your deployment paths. And use at your own risk.