Configuring Drone
Drone is a continuous integration service for your GitHub, Bitbucket or Google Code repositories. Drone comes with a CA Flowdock notification plugin. Follow the following instructions to enable the plugin and receive deployment notifications in your flow's team inbox.
-
Select the flow you want to receive notifications in:
-
Add the following section to your configuration file. You can modify the source name, default tags and events which you want activities for.
notify: flowdock: token: "
" source: "CI" tags: "drone, master" on_started: true on_success: true on_failure: true
You should now be receiving notifications from Drone in your team inbox. Many thanks to nevalla for creating the CA Flowdock plugin.
If you run into any problems, visit our community page for support.