Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

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

ignitionapp/heroku-buildpack-git-sha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

heroku-buildpacks-git-sha

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

Usage

heroku buildpacks:set https://github.com/ignitionapp/heroku-buildpack-git-sha --app your-app-name

For more information, refer to the Heroku Buildpack or Heroku Multiple Buildpack documentation.

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%