How to cleanup old Cloudflare Pages deployments
I am deploying to Cloudflare Pages from GitHub Actions using
npx wrangler pages deploy --branch ... --commit-hash ...
. Overtime the amount of deployments has grown and all of these are still available but I do not need the old ones at all. Is it possible to cleanup these old deployments? Ideally I would have a way to clean it up all deployments to a particular branch if it hasn't been deployed to in >30 days.0 Replies