banago / PHPloy

PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.
http://wplancer.com/phploy/
1.42k stars 197 forks source link

Fix deploy on using base in config #363

Closed dsturm closed 5 years ago

dsturm commented 5 years ago

This PR should fix an issue, where the project root is used instead of the configurated base path. Also, it adds a filter which removes files above the base path from deployment queue. Further the "cleaned" file path is used in CLI output.

banago commented 5 years ago

@dsturm thank you for this.