Skip to content

gluegroups/heroku-buildpack-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

heroku-buildpack-node-subdir

Heroku buildpack that installs Node.js and builds the services/agent/ subdirectory within a monorepo.

What it does

  1. Detects repos with services/agent/package.json
  2. Installs Node.js 22.14.0 (cached between builds)
  3. Runs npm ci, npm run build, and npm prune --production in services/agent/
  4. Makes node available on PATH at runtime via .profile.d

Usage

Add as a buildpack on your Heroku app:

heroku buildpacks:add https://github.com/gluegroups/heroku-buildpack-node-subdir -a your-app

About

Heroku buildpack for Node.js agent service in subdirectory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages