You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Is there a way to clean/delete files from a remote target automatically before deploying the new files?
The remove_on_change option isn't suitable, because the files should only be removed at the time of deployment.
Currently the only way I see to do it is to use the Delete command first, and then Deploy separately. This isn't ideal because it's a manual step that requires a confirmation (do you want to delete local files as well?).