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.
Get the webhook URL for Deveo ⚓
- Go to the Code tab of your app’s page and in the INCOMING WEBHOOKS menu, click SETUP MANUALLY.
-
Select Deveo from the dropdown menu.
- Copy the webhook URL for the selected service.
Set up webhook on Deveo ⚓
- Open your repository on app.deveo.com.
-
Go to Hooks of the project.
- Add a new Repository Hook by clicking the + button on the right.
-
Select your repository and select the Webhook service.
- Enter the
bitrise-webhooks
URL (.../h/deveo/BITRISE-APP-SLUG/BITRISE-APP-API-TOKEN
in theUrl
field). - Type
json
in the Content type field. -
Click Save hook.
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).