We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, thank you for strider-ssh-deploy! I use it and it works very well.
However recently I noticed that it is leaving old package-* files in tmp. I deploy quite often so my /tmp has grown to a GB. Not ideal.
Thank you.
The text was updated successfully, but these errors were encountered:
Can you figure out exactly what it's leaving behind?
Sorry, something went wrong.
The files left behind are the tarballs with transfer bundles. It happens when you check the "Transfer bundle" checkbox.
Edit: example file name: /tmp/package-f41ce18a76fa8cac05c06b3ad2de7f3d.tar.gz new file with unique id is created for each deploy.
Looks like we probably need to have a config for "keep the last X builds" and then delete anything past those X builds using FIFO.
No branches or pull requests
Hello,
thank you for strider-ssh-deploy! I use it and it works very well.
However recently I noticed that it is leaving old package-* files in tmp. I deploy quite often so my /tmp has grown to a GB. Not ideal.
Thank you.
The text was updated successfully, but these errors were encountered: