Posts tagged with "github webhook"

There are a total of 5 posts.

Creating Your Own Automated Deployment System with GitHub Webhooks ⑤ Nginx, HTTPS Configuration, and Final Integration

Published Jul 24, 2025 by whitedec

Thoroughly guide you on setting up Nginx reverse proxy and applying HTTPS based on Let's Encrypt to safely integrate FastAPI automated deployment server with G…

#fastapi , #https , #github webhook , #automated deployment , #nginx , #certbot , #let's encrypt , #reverse proxy

Creating Your Own Automated Deployment System with GitHub Webhook ④ Deployment Handler Details and Registering as a Systemd Service

Published Jul 22, 2025 by whitedec

Learn how to reliably run a FastAPI-based webhook server as a Systemd service, understand the mechanisms of the deployment handler logic, and track Docker rebu…

#python , #systemd , #fastapi , #github webhook , #automated deployment , #webhook server , #service operation

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