Skip to content

Heroku buildpack that allows setting a custom root directory during the build.

License

Notifications You must be signed in to change notification settings

AitoDotAI/heroku-buildpack-custom-root

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-custom-root

License: MIT

Highly experimental buildpack which allows deploying a single directory from a mono repository.

Usage

  1. Add the buildpack to be the first:

     $ heroku buildpacks add https://github.com/SectorLabs/heroku-buildpack-custom-root
    
  2. Set a configuration variable pointing to the directory in your repository that you want to deploy:

     $ heroku config:set ROOT_DIR=subdir/
    
  3. Enjoy

About

Heroku buildpack that allows setting a custom root directory during the build.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%