Deploy To Heroku
tags:: #Heroku alias:: DeployToHeroku
- Heroku has a “Deploy to Heroku” button that lets people deploy apps using just a browser and the Heroku dashboard
- Creating a ‘Deploy to Heroku’ Button
- The two base requirements are that the source code is on Github and that it contains an
app.jsonfile. app.jsonschema is documented in the Heroku docs