ftp-deploy
ftp-deploy copied to clipboard
config option to skip delete some files
trafficstars
I need to deploy all files except files in config folder, as these are different per env. I also need deleteRemote = true, as files can be deleted also during development. How to keep config folder if deleteRemote = true ?
You are welcome to offer a pr for this
I also have a similar situation where I need a folder to be present on the server, and not deleted even if the deleteRemote is set to true. I think there should be an option in the config with excludeRemote, similar with the existing exclude option.
any update on this ?