firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

Deploy to Heroku button? #99

Open raghubetina opened 4 years ago

raghubetina commented 4 years ago

Should we include a Deploy to Heroku button in the README (and all necessary config files) for every project?

jelaniwoods commented 4 years ago

How would a button in the README work? How could we even make it deploy the current app? Is that possible?

raghubetina commented 4 years ago

Heroku Button is somewhat similar to Review Apps configuration:

https://devcenter.heroku.com/articles/heroku-button

jelaniwoods commented 4 years ago

That's really cool! I assumed the only way to deploy from a button click would be like shelling out the Heroku deploy commands into the Terminal like we do with web_git.