Build SHA as env variable
Can I expose the current build SHA as an env var to the app?
Solution:Jump to solution
Would probably need to use dockerfile and define an env var there with some kind of library you add during build
3 Replies
Project ID:
N/A
Solution
Would probably need to use dockerfile and define an env var there with some kind of library you add during build
ty, ideally it would be the git SHA for the current release
hmmm
RAILWAY_DEPLOYMENT_ID
maybe this would work
RAILWAY_GIT_COMMIT_SHA
oooo
even better!!