I have a git repo in Springloops which has automatic FTP deployments for the develop branch. These deployments end up in a Wordpress site.
Let's suppose I commit a file removal in the git repo. Will the deployment actually remove the file from the site's FTP?
Thanks in advance for your time.