/psihook-plugin-heroku

Primary LanguagePythonMIT LicenseMIT

image

PsiHook Heroku

PsiHook Heroku is a simple PsiHook plugin that can be used to intergrate with Heroku Deployhooks .

Quick start

  1. Add "psihook_heroku" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'psihook_heroku',
    ]
  2. Include the heroku URLconf in your project urls.py like this:

    url(r'^heroku/', include('psihook_heroku.urls')),
  3. Add your hook to Heroku:

    heroku addons:create deployhooks:http --url=https://mypsihook.herokuapp.com/heroku