Skip to content

Exports the Heroku SOURCE_VERSION variable (usually the Git SHA) to an env variable that application code can access.

Notifications You must be signed in to change notification settings

sofarsounds/heroku-buildpack-git-sha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

heroku-buildpacks-git-sha

Exports the Heroku SOURCE_VERSION variable (usually the Git SHA) to an env variable that application code can access.

Usage

To use this buildpack, the app should already be successfully running the multi buildpack.

Then just add this buildpack in addition to the existing buildpacks in the .buildpacks file:

https://github.com/dive-networks/heroku-buildpack-git-sha.git

The git sha will be available to application code via the env var GIT_SHA.

License

MIT

About

Exports the Heroku SOURCE_VERSION variable (usually the Git SHA) to an env variable that application code can access.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%