Tag collection

CI/CD

CI/CD is a focused resource for related products, services, and industry information, combining providers, company profiles, and industry news with practical context for evaluating capabilities, costs, and fit.

Provider

12 results shown
View more →

Laravel Forge

United States

Laravel Forge is the official Laravel server deployment and management platform, hosting 970000 servers with 56.9M deployments, with flat-rate plans from $12/mo and instant Laravel VPS provisioning.

Jenkins

United States

Jenkins originated from the Hudson project in 2005 and became independent in 2011. It is the world's most popular open-source CI/CD server with a 1000+ plugin ecosystem and Pipeline as Code.

GitHub Actions

United States

GitHub Actions is GitHub's native CI/CD and automation platform launched in 2018, offering 15,000+ community Actions, matrix builds and generous free tiers for end-to-end code automation within the GitHub ecosystem.

CircleCI

United States

CircleCI is a cloud CI/CD platform founded in San Francisco in 2011, known for smart parallel builds, test splitting and Docker-native support that can shorten build times by up to 4x.

Vercel

United States

Vercel is the creator of Next.js and a frontend cloud platform with 100+ edge cities and 120B+ monthly requests, offering a free Hobby plan and sub-50ms Edge Functions.

Netlify

United States

Founded in 2014 and headquartered in San Francisco, USA, Netlify is the pioneer of the JAMstack architecture with 250+ global edge nodes, handling over 100 billion requests per month and offering Git-integrated continuous deployment and serverless functions.

Docker

United States

Docker, created by Docker Inc and headquartered in San Francisco, started the containerization revolution in 2013 and offers Docker Engine, Docker Hub, Docker Compose, and more, the de facto standard for containerized and cloud-native deployment.

GitLab

United States

Founded in 2011, GitLab is an open-source DevOps platform that unifies code hosting, CI/CD, and security scanning in a single application, serving 30M+ developers and 100K+ enterprise customers with SaaS and self-managed deployment.

GitHub

United States

Founded in 2008 and headquartered in San Francisco, USA, GitHub is the world's largest code hosting and collaboration platform. With 100M+ developers and 400M+ repositories, it delivers Git hosting, GitHub Actions CI/CD, Copilot AI, and project management.

CODING

China

CODING is Tencent Cloud's one-stop DevOps R&D management platform, offering code hosting, CI/CD, project management, and artifact management toolchains. It is a major GitLab alternative in China.

Moss

Germany

Moss is a cloud server management platform from German developers (moss.sh), known for its minimal workflow, letting PHP developers deploy applications with one click and manage multiple cloud servers with built-in monitoring and alerts.

TeamCity

Czech Republic

TeamCity is JetBrains' enterprise CI/CD server launched in 2006 in Prague, Czech Republic, serving 30,000+ teams with intelligent build agents, build chains, and quality gates.

Article

10 results shown
View more →

Deployment Basics: How a Website Goes from Code to Live

Your code works on your laptop, so how do you let the whole world access it? This guide explains what deployment is with a food-delivery analogy, walks through the full chain from develop, build, test, and release to run, compares five common methods (manual, FTP, Git, CI/CD, containers), and includes a comparison table, answering "what does deploying a website actually mean."

CI/CD Basics: Continuous Integration, Delivery, and Deployment Explained

CI/CD shows up in every tutorial, but what does it actually mean? This guide uses a fast-food kitchen analogy to clarify continuous integration, continuous delivery, and continuous deployment, breaks down the stages of a pipeline, compares GitHub Actions, GitLab CI, and Jenkins, and includes a real pipeline example, answering "how do I get started with CI/CD."