Skip to main content

Adding a Deveo webhook

Abstract

You can specify webhooks on Deveo so that Bitrise automatically triggers a build of your app whenever you perform a specified action, such as a code push or a pull request.

You can set up webhooks so that Bitrise automatically triggers a build of your app whenever you perform a specified action, such as a code push or a pull request. For Deveo, all you have to do is register your bitrise-webhooks URL for a Deveo repository.

  1. Open your app on Bitrise with a user that has the Admin role on the app's team.

  2. On the main page of the app, click on the App Settings icon: settings.svg.

    app-settings.png
  3. On the left, select Integrations.

  4. Click Set up webhooks manually.

  5. In the pop-up window, select Deveo from the dropdown menu.

    apps-webhooks-select.png
  6. Copy the webhook URL.

  7. Open your repository on app.deveo.com.

  8. Go to Hooks of the project.

    Adding a Deveo webhook
  9. Add a new Repository Hook by clicking the + button on the right.

  10. Select your repository and select the Webhook service.

    Adding a Deveo webhook
  11. Enter the bitrise-webhooks URL (.../h/deveo/BITRISE-APP-SLUG/BITRISE-APP-API-TOKEN in the Url field).

  12. Type json in the Content type field.

  13. Click Save hook.

    Adding a Deveo webhook

That’s all! The next time you push code or push a new tag a build will be triggered (if you have Trigger mapping defined for the event(s) on Bitrise).