Posts tagged with "github webhook"

There are a total of 4 posts.

利用 GitHub Webhook 构建我的自动部署系统 ⑤ Nginx,HTTPS 设置及最终集成

Published 七月 24, 2025 by whitedec

通过设置 Nginx 反向代理和基于 Let's Encrypt 的 HTTPS 应用,完善地指导您如何将 FastAPI 自动部署服务器安全地与 GitHub Webhook 集成。

#fastapi , #https , #github webhook , #自动部署 , #nginx , #certbot , #let's encrypt , #反向代理

利用GitHub Webhook构建我的自动部署系统 ③ 阶段服务器环境设置与FastAPI Webhook服务器基础构建

Published 七月 22, 2025 by whitedec

从FastAPI基础Webhook服务器的构建,到GitHub Secret验证、Docker集成、日志设置,全方位分步指导自动部署系统的实战构建。

#systemd , #docker , #fastapi , #github webhook , #ci/cd , #uvicorn , #自动部署 , #webhook服务器

利用GitHub Webhook构建个人自动部署系统 ②整体架构与流程设计

Published 七月 21, 2025 by whitedec

设计基于FastAPI和GitHub Webhook的自动部署系统的整体架构,详尽指导Webhook处理、后台异步任务、Systemd运营策略和日志管理等内容。

#systemd , #docker , #fastapi , #后台任务 , #github webhook , #ci/cd , #自动部署 , #日志管理