...
A FlexDeploy Webhook Provider for GitHub
A FlexDeploy Webhook Function - this is what will ultimately build our Project
A public endpoint for GitHub to send the message to.
A GitHub Repository with Webhooks enabled.
...
Click the Configuration button in the top right of the page, and then the +Create button button at the top right of the table to create a new Provider.
...
First lets edit the match script by changing tabs. I am simply going to return true here to allow any message through (we will update this later on but right now we just want the message to get through). Click Click Save.
...
Creating a BuildProject Function
Now that we have our Provider, navigate back to the Webhook Configuration screen. You should now see your GitHub Provider row in the table. Click Create Function in the row's context menu or click the button at the top right of the table to create a Function for the GitHub Provider.
...