Commit 6b4809db authored by Jakob Krigovsky's avatar Jakob Krigovsky

Default to NODE_ENV=production during runtime

This was added in 459ebb67 and
mistakenly removed in 043067eb.
parent 96a0d3d2
......@@ -30,6 +30,7 @@ detect_memory() {
export PATH="$HOME/.heroku/node/bin:$HOME/bin:$HOME/node_modules/.bin:$PATH"
export NODE_HOME="$HOME/.heroku/node"
export NODE_ENV=${NODE_ENV:-production}
calculate_concurrency
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment