Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A FlexDeploy Webhook Provider for GitHub

  2. A FlexDeploy Webhook Function - this is what will ultimately build our Project

  3. A public endpoint for GitHub to send the message to.

  4. A GitHub Repository with Webhooks enabled.

...

Click the Configuration button in the top right of the page, and then the +Create button (blue star) 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 (blue star) button at the top right of the table to create a Function for the GitHub Provider.

...