Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find all deleted files since last pull and delete them on servers #3

Open
0ffz opened this issue Dec 20, 2020 · 0 comments
Open

Find all deleted files since last pull and delete them on servers #3

0ffz opened this issue Dec 20, 2020 · 0 comments
Labels

Comments

@0ffz
Copy link
Member

0ffz commented Dec 20, 2020

Currently deleting files will not be reflected on the server since it's only copying them over. We should store the last commit we were on upon each pull, then get the diff between that commit and the current (latest) one. Filter out only file deletions and return that list of paths to use within ansible. Python would probably be best for this.

Boy0000 added a commit that referenced this issue Aug 16, 2021
@DevScyu DevScyu added the type:enhancement New feature or request label Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants