App engine stores 32 versions as a maximum; and each commit to master here will add one. Even the weekly dependabot PRs do this, so it doesn't take long to hit the limit.
THis adds a new step in the deploy action to delete all but the 5 newest versions. I keep 5 in case we want to roll back and because its basically free.
Fixes #304
App engine stores 32 versions as a maximum; and each commit to master here will add one. Even the weekly dependabot PRs do this, so it doesn't take long to hit the limit.
THis adds a new step in the deploy action to delete all but the 5 newest versions. I keep 5 in case we want to roll back and because its basically free.