Posts tagged with "ci/cd"

There are a total of 4 posts.

Docker Installation Guide: Installing Docker and Docker Compose on Ubuntu Server

Published Jul 24, 2025 by whitedec

This guide details the step-by-step process for installing the latest Docker and Compose on an Ubuntu server. Learn how to set up your environment for automate…

#ubuntu , #ci/cd , #docker compose , #docker installation , #server setup

Building Your Own Automated Deployment System with GitHub Webhook ③ Staging Server Environment Setup and FastAPI Webhook Server Basics

Published Jul 22, 2025 by whitedec

Step-by-step guide to building an automated deployment system from the basics of a FastAPI-based webhook server to GitHub secret verification, Docker integrati…

#systemd , #docker , #fastapi , #github webhook , #ci/cd , #uvicorn , #automated deployment , #webhook server

My Automated Deployment System Using GitHub Webhook ② Overall Architecture and Process Design

Published Jul 21, 2025 by whitedec

Design the overall architecture of an automated deployment system using FastAPI and GitHub Webhook, detailing webhook processing, background async tasks, Syste…

#systemd , #docker , #fastapi , #background tasks , #github webhook , #ci/cd , #automated deployment , #logging