Is your feature request related to a problem? Please describe
I update only certain directories of a repository, however their filenames change. Thus, I need a way to clean only certain directories before copying the new files.
Describe the solution you'd like
a glob pattern that specifies either the files to keep or another glob pattern that specifies the files to remove.
Describe alternatives you've considered
implementing it using a shell script but the deploy key isn't that easy.
Is your feature request related to a problem? Please describe
I update only certain directories of a repository, however their filenames change. Thus, I need a way to clean only certain directories before copying the new files.
Describe the solution you'd like
a glob pattern that specifies either the files to keep or another glob pattern that specifies the files to remove.
Describe alternatives you've considered
implementing it using a shell script but the deploy key isn't that easy.