PHPloy
PHPloy copied to clipboard
Purge folder before upload
I need to purge a folder before uploading. Is there a way to do this currently? From what I understand purge is called after the upload of new files is complete.
pre-deploy-remote[] = "rm -rf folder/*" ? see example on https://github.com/banago/PHPloy
Yeah, should have mentioned that I don't have ssh access to the server so I need something that works over ftp.