/gh-webhook-function

Simple python webhook to verify Github event and update an existing Code Engine app

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python Webhook Function for Code Engine

Overview

This is a simple Python webhook function that can be deployed to IBM Cloud Code Engine. It listens for incoming Webhook events from Github actions. When a new event is received, it will update an existing application deployment in Code Engine with the latest container image.

Code Engine Webhook Function