Skip to content

bluejekyll/heroku-buildpack-make

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack: Make

Use this buildpack to run any code in a heroku Makefile target:

Usage

Add the heroku target to your Makefile:

heroku:
  @echo 'Working ...'

.PHONY: heroku

Then use heroku-buildpack-multi to use the buildpack:

$ heroku create myapp_name -s cedar
$ heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
$ echo "https://github.com/other-build-pack.git" >> .buildpacks
$ echo "https://github.com/kelonye/heroku-buildpack-make.git" >> .buildpacks
$ git push heroku master

About

Makefile buildpack for Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%