FTP-Deploy-Action
FTP-Deploy-Action copied to clipboard
How to delete files in target that are not in source
I wonder if there is a way to delete files that do not exist in the source?
quote.
Not sure if I'm understanding the request here.
This action syncs github (source) --> FTP server (target)
By default this action will propagate all changes from github to FTP. For example if you delete a file on github, this action will delete the file on the FTP server