I want to display the hash of the current git commit in the browser so that testing team (which does not have an access to run heruko commands) will be able to include the c
There is an env var on Heroku containers called SOURCE_VERSION
SOURCE_VERSION
https://devcenter.heroku.com/articles/buildpack-api
You can use that!