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

Latest commit

 

History

History
13 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 590 Bytes

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