diff --git a/templates/zephyr/integrations.html b/templates/zephyr/integrations.html index b5b9bf00b3..806f65dfe1 100644 --- a/templates/zephyr/integrations.html +++ b/templates/zephyr/integrations.html @@ -28,6 +28,7 @@

Services with integrations

+ {#--------------------------------------------------------------------#} +
+

Beanstalk

+

Humbug supports both SVN and Git notifications from Beanstalk. In the beanstalk web application, go to the Setup page, and choose the Integrations tab. + Choose the Webhooks integration from the list presented.

+ +

In the URL field, enter https://email:api_key@humbughq.com/api/v1/external/beanstalk:

+ + +

Congratulations! You're done!
Whenever you do a + deployment, you'll get an automated notification that looks like + this:

+ +

+ ^ Back to top +

+
{#--------------------------------------------------------------------#}

Capistrano

diff --git a/zephyr/static/images/integrations/beanstalk/001.png b/zephyr/static/images/integrations/beanstalk/001.png new file mode 100644 index 0000000000..8832eb7034 Binary files /dev/null and b/zephyr/static/images/integrations/beanstalk/001.png differ diff --git a/zephyr/static/images/integrations/beanstalk/002.png b/zephyr/static/images/integrations/beanstalk/002.png new file mode 100644 index 0000000000..5f859d8854 Binary files /dev/null and b/zephyr/static/images/integrations/beanstalk/002.png differ