2
4 Comments

Free hosting service for private repos?

Looking for a hosting service like Netlify that will let me host small static sites in private repos for free. Any suggestions?

on May 7, 2023
  1. 2

    Cloudflare pages would work for your use case. You can connect it to any (private) GitHub and GitLab project or upload your static page files directly. If you connect to a repository, Cloudflare will automatically set up a CI/CD pipeline to build and deploy on every commit to the repository.
    The free tier is quite generous. You get unlimited sites, bandwidth and requests forever. You only got to pay if you need more than 100 domains or 500 CI/CD builds per month.

    1. 1

      Thank you for the suggestion!

    1. 1

      Thanks I’ll take a look.