Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 481 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 481 Bytes

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