We deploy have a JavaScript project that is built and deployed regularly to an S3 folder. Each release is pushed to a unique folder that uses a guid for the
Our releases are manual so they do not follow any sort of predictable schedule. We would like to create an automated process that cleans-up old releases. The process should delete all except the most recent n-number of releases.
Is there an easy way to accomplish this?
1.4m articles
1.4m replys
5 comments
57.0k users