jakirkham / miniforge

A constructor-based builder for a basic conda-forge installer
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Setup Heroku to tag new commits on `master` #34

Closed jakirkham closed 6 years ago

jakirkham commented 6 years ago

Configures Heroku to make a GitHub release during its build using the current commit on master. This then will trigger the CIs to deploy their results to that release.

jakirkham commented 6 years ago

Uses this Heroku buildpack to work. Basically allows to run anything during the build and not actually deploy a webapp.

jakirkham commented 6 years ago

Merging as this is independent of CI.