diff --git a/server/app.js b/server/app.js index 4be0c84e9..1e1b3c39c 100644 --- a/server/app.js +++ b/server/app.js @@ -475,7 +475,8 @@ const renderPage = async (req, res)=>{ const configuration = { local : isLocalEnvironment, publicUrl : config.get('publicUrl') ?? '', - environment : nodeEnv + environment : nodeEnv, + deployment : config.get('heroku_app_name') ?? '' }; const props = { version : require('./../package.json').version,