SamKirkland / ftp-deploy

Deploy websites over FTP with one command line
MIT License
89 stars 43 forks source link

Fix removed files not removed from remote server #8

Closed iuwqyir closed 3 years ago

iuwqyir commented 3 years ago

Fixes https://github.com/SamKirkland/ftp-deploy/issues/7

SamKirkland commented 3 years ago

Thanks for the PR Toomas,

We are actually already in the server-dir directory (see this line) when the remove command is run. So we can actually remove the basePath prop from removeFile!

Closing this PR and going to resolve it with a follow up commit. Thanks.

iuwqyir commented 3 years ago

Thanks for the PR Toomas,

We are actually already in the server-dir directory (see this line) when the remove command is run. So we can actually remove the basePath prop from removeFile!

Closing this PR and going to resolve it with a follow up commit. Thanks.

Thanks for fixing it @SamKirkland

Could you also publish a new version of the Github Action, so it uses the latest version of this package?