SFTP-Deploy-Action
SFTP-Deploy-Action copied to clipboard
Deploy files to server use GitHub actions & SFTP
Is is possible to exclude any files or folders when executing the script?

### Bug description Invalid key format. I'm sure the key is correct: I use it personally to connect to the server. ### My config ```yaml on: push name: Deploy to...
I need to ignore some files like ./vendor .README..nd
Hi, I'm having an issue where I want to upload a file which uses a variable for it's name and sftp throws an error: `No such file or directory` e.g....
It's possible to exclude files?
Hello every deploy is 20 min. when I push a file github. Just I edit a file. Why do I wait 20 min after deploy? What is wrong? I think...
If the directory specified through `remote_path` does not exist then it should be created by the action. It should also create missing parent directories as `mkdir -p` does.

Same problem as in #48. What could be causing this issue?