---
title: CI/CD
params:
  reference: https://en.wikipedia.org/wiki/CI/CD
---

The term _CI/CD_ is an abbreviation for Continuous Integration and Continuous Delivery or Continuous Deployment depending on context.

  Popular _CI/CD_ platforms for building and deploying Hugo sites include [Cloudflare][], [GitHub Pages][], [GitLab Pages][], [Netlify][], [Render][], and [Vercel][].

  [Cloudflare]: /host-and-deploy/host-on-cloudflare/
  [GitHub Pages]: /host-and-deploy/host-on-github-pages/
  [GitLab Pages]: /host-and-deploy/host-on-gitlab-pages/
  [Netlify]: /host-and-deploy/host-on-netlify/
  [Render]: /host-and-deploy/host-on-render/
  [Vercel]: /host-and-deploy/host-on-vercel/
