Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Notify CircleCI when Heroku deploys a new version of your app!

License

Notifications You must be signed in to change notification settings

CareerJSM/heroku-buildpack-webhook-circleci-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-webhook-circleci-deploy

This is a Heroku Buildpack you can add to your heroku deployments that will notify a CircleCI of your deployment and invoke a build with the parameter run_acceptance_tests.

Configuring CircleCI

  1. Add package and run_acceptance_tests to your CircleCI parameters
  2. Configure a workflow/job to depend on those parameters

Adding to Heroku

  1. Find your CircleCI project slug in CircleCI
  2. Add your CircleCI project slug as an environment variable called CIRCLECI_PROJECT_SLUG
  3. Find your CircleCI token in CircleCI
  4. Add your CircleCI token as an environment variable called CIRCLECI_TOKEN
  5. Enable Dyno Metadata for yoru application heroku labs:enable runtime-dyno-metadata
  6. Add this buildpack to your Heroku application: heroku buildpacks:set https://github.com/CareerJSM/heroku-buildpack-webhook-circleci-deploy.git (or add it via the Heroku dashboard if you have multiple buildpacks)

About

Notify CircleCI when Heroku deploys a new version of your app!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages