Update Deployment Deleting
Closed this issue · 0 comments
sledsworth commented
The deployment deleting code in website-builder-worker
will delete old builds even if there hasn’t been a successful build since.
We need to make sure to:
- Only delete old builds if there has been a successful build since
- Make sure to only keep one build around per day
- Delete all failed builds