* Add tiny Bash wrapper to check for Node before attempting to execute Heroku release script * Use the wrapper script for the Heroku release command * Be explicit about exiting with Node's exit code * If Node is missing, exit using that script's exit code
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
web: NODE_ENV=production node server.js
|
|
|
|
release: NODE_ENV=production script/release-heroku
|