1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/Procfile
James M. Greene 85bb052b4f Heroku release command bash wrapper (#18743)
* 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
2021-04-13 21:12:20 +00:00

4 lines
92 B
Plaintext

web: NODE_ENV=production node server.js
release: NODE_ENV=production script/release-heroku