Skip to content

Commit

Permalink
Expose COMMIT_REF from netlify to react.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Jan 22, 2021
1 parent 32212a6 commit ae5372f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ REACT_APP_GRAPHQL_URL=${HASURA_URL}${HASURA_GRAPHQL_PATH}
REACT_APP_AUTH0_DOMAIN=${AUTH0_DOMAIN}
REACT_APP_AUTH0_CLIENT_ID=${AUTH0_CLIENT_ID}
REACT_APP_MEDIA_SERVER_URL=${MEDIA_SERVER_URL}
REACT_APP_COMMIT_REF=${COMMIT_REF}
PUBLIC_URL=${FRONTEND_URL}

0 comments on commit ae5372f

Please sign in to comment.