Cleaning up Obsolete Cloudflare Page Deployments

Introduction In the previous post I have created a Hugo blog which is being deployed to Cloudflare pages. After spending some time playing around and tuning it, I have generated quite a few deployments to Cloudflare pages. Now all of them are visible in Cloudflare dashboard under Workers & Pages section for each site. Why would I need all of them and how to clean all that mess? Value of Deployment History For production deployments - useful if latest deployments have problems, then it is easy and straightforward to rollback to the previous version. This can be done from Cloudflare dashboard by finding deployment to rollback to and selecting Rollback to this deployment in the “…” menu. ...

April 28, 2024 · 5 min · 871 words · Maxim

Deploying Hugo from Self-Hosted GitLab to Cloudflare Pages

This post is about setting up CI/CD on self-hosted GitLab to publish Hugo site to Cloudflare Pages.

April 21, 2024 · 7 min · 1283 words · Maxim