milanmk / actions-file-deployer

Composite GitHub Action (Linux runner) for deploying repository content to remote server. Fast and customizable deployment with proxy support. Deploy only changed files or do full sync/mirror of repository content.
The Unlicense
62 stars 14 forks source link

adds delete existing files feature #4

Closed cybrwshl closed 2 years ago

cybrwshl commented 2 years ago

delete all files before copying the new one (only in full mode)

milanmk commented 2 years ago

I think passing -e to mirror command via ftp-mirror-options input will accomplish this.