Posts tagged with "webhook 伺服器"
There are a total of 2 posts.
利用 GitHub Webhook 建立個人自動部署系統 ④ 部署處理器詳情及 Systemd 服務註冊
Published 七月 22, 2025 by whitedec
從如何穩定運行基於 FastAPI 的 webhook 伺服器作為 Systemd 服務,到部署處理器邏輯的運作原理及 Docker 重新構建條件,整理了自動部署系統的核心實戰範例。
#python , #systemd , #fastapi , #github webhook , #自動部署 , #webhook 伺服器 , #服務運行
利用 GitHub Webhook 構建個人自動部署系統 ③ 佈建測試環境及 FastAPI Webhook 伺服器基礎架構
Published 七月 22, 2025 by whitedec
從 FastAPI 基礎 Webhook 伺服器的搭建,到 GitHub Secret 驗證、Docker 整合以及日誌配置等,逐步指導實現自動部署系統。
#systemd , #docker , #fastapi , #github webhook , #ci/cd , #uvicorn , #自動部署 , #webhook 伺服器