Posts tagged with "github webhook"

There are a total of 5 posts.

GitHub Webhookを活用した私専用の自動デプロイシステム ⑤ Nginx、HTTPS設定および最終連携

Published 7月 24, 2025 by whitedec

Nginxリバースプロキシ設定とLet's Encryptに基づくHTTPS適用を通してFastAPI自動デプロイサーバーをGitHub Webhookと安全に連携させる方法を完全に案内します。

#fastapi , #https , #github webhook , #自動デプロイ , #nginx , #certbot , #let's encrypt , #リバースプロキシ

GitHub Webhookを活用した自分だけの自動デプロイシステム ④ デプロイハンドラーの詳細とSystemdサービスの登録

Published 7月 22, 2025 by whitedec

Systemdサービスを利用してFastAPIベースのWebhookサーバーを安定して運営する方法から、デプロイハンドラーのロジックの動作原理やDocker再ビルド条件まで、自動デプロイシステムの核心を実例でまとめました。

#python , #systemd , #fastapi , #github webhook , #自動デプロイ , #ウェブフックサーバー , #サービス運営

GitHub Webhookを活用した自分だけの自動デプロイシステム ③ ステージングサーバー環境設定とFastAPIウェブフックサーバーの基礎構築

Published 7月 22, 2025 by whitedec

FastAPIに基づくウェブフックサーバーの基礎構築からGitHub Secret検証、Docker連携、ロギング設定まで、自動デプロイシステムの実践構築を段階的に案内します。

#systemd , #docker , #fastapi , #github webhook , #ci/cd , #uvicorn , #自動デプロイ , #ウェブフックサーバー