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

[feature request] Zip files are never deleted #13

Open
lk77 opened this issue Jun 28, 2022 · 2 comments
Open

[feature request] Zip files are never deleted #13

lk77 opened this issue Jun 28, 2022 · 2 comments

Comments

@lk77
Copy link

lk77 commented Jun 28, 2022

Hello,

it seems zip files are never deleted in the storage/app/airdrop folder, i have 34 zip currently,
Should i delete the zips, between airdrop:download and airdrop:upload to ensure only one zip remains ?

thanks

@dbpolito
Copy link

dbpolito commented Oct 2, 2023

Maybe we can do by time, something similar to what Livewire does to upload files:

https://github.com/livewire/livewire/blob/main/src/Features/SupportConsoleCommands/Commands/S3CleanupCommand.php

@lk77
Copy link
Author

lk77 commented Oct 3, 2023

I thinks it's something that can be usefull, i don't really know about the implementation though

currently i'm deleting everything at the end of my ci pipeline :

rm -rf ./storage/app/airdrop

and i'm using docker cp to copy the newly built zip so it can be cached by the ci pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants