wlixcc/SFTP-Deploy-Action

Create remote_path directory if not exists

Opened this issue · 1 comments

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.

This will be done if you set sftp_only to false.