Skip to content

IT-Project-2021/heroku-buildpack-inline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack for MyDailyPlanner

This is a buildpack for heroku in order to deploy API documentation that is a subfolder of an existing repository.

This repository was forked from https://github.com/heroku/heroku-buildpack-inline.git and the code is from https://jtway.co/deploying-subdirectory-projects-to-heroku-f31ed65f3f2.

Heroku Buildpack: Inline

This is a Heroku buildpack for Heroku apps that wish to build themselves.

It expects the app to provide the usual buildpack executables in its source tree, in a directory named "bin" in the top of the git repo; this is the same interface all other buildpacks provide. See the buildpack documentation for more details about this interface.

Thus, an app serves as its own buildpack.

Phil Hagelberg originated this lovely idea.

Usage

$ find . -type f -print
./bin/compile
./bin/detect
./bin/release
./bin/run
./Procfile

$ cat Procfile
work: bin/run

$ heroku create
...

$ heroku buildpacks:add -i 1 heroku-community/inline
...

$ git push heroku master
...

About

Yo dawg, I heard you like buildpacks.

Resources

Stars

Watchers

Forks

Languages

  • Shell 100.0%