Files
zulip/zerver/webhooks/heroku/doc.md
Anders Kaseorg dc33a0ae67 markdown: Rewrite include plugin without markdown-include.
markdown-include is GPL licensed.

Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-06-26 17:36:31 -07:00

593 B

Receive notifications in Zulip whenever a new version of an app is pushed to Heroku using the Zulip Heroku plugin!

  1. {!create-stream.md!}

  2. {!create-bot-construct-url.md!}

  3. Go to your project on Heroku and click the Resources tab. Add the Deploy Hooks add-on. Select the HTTP Post Hook plan, and click Provision. Click on the Deploy Hooks add-on you just added.

  4. Set URL to the URL constructed above. Click Save and Send Test to send a test message to your Zulip organization.

{!congrats.md!}