SFTP-Deploy-Action icon indicating copy to clipboard operation
SFTP-Deploy-Action copied to clipboard

Deploy files to server use GitHub actions & SFTP

Results 24 SFTP-Deploy-Action issues
Sort by recently updated
recently updated
newest added

Is is possible to exclude any files or folders when executing the script?

![image](https://user-images.githubusercontent.com/33274229/122499485-99574c00-d023-11eb-9894-4abae67ae000.png)

### 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...

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.

![Screenshot 2022-08-16 142848](https://user-images.githubusercontent.com/5959103/184804661-8b422369-e459-4e75-bd84-83a5e2989d5f.png)

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