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

divebillboards/heroku-buildpack-git-sha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

OBSOLETE

This repository is obsolete. See:

https://github.com/dive-networks/dive-web-app/commit/1ce574f31a4624e279b2e0f101261900271f5456

heroku-buildpacks-git-sha

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

Usage

The first step is to add the Heroku multi buildpack to your app. Next, create a .buildpacks file in your app repo or edit an existing file. Add this to the file:

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

The Git sha will now 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages