dokku-git-rev
dokku-git-rev copied to clipboard
Add configurable env var name
I need to receive git revision hash in react apps created by create-react-app. For this kind of apps only env variables with name prefix by REACT_APP are visible at runtime. So I need set git revision hash to REACT_APP_ GIT_REV variable.