jcoglan / restore

Simple remoteStorage server written in Node.js
293 stars 27 forks source link

Deploy To Heroku Button #43

Open spencerthayer opened 7 years ago

spencerthayer commented 7 years ago

It would be super useful if we could get a Deploy to Heroku button which would enable users to easily deploy your software to a Heroku instance without ever leaving the web browser. And with just a little configuration on the users end they'll have something running almost instantly. I propose the button because it is ideal for communities who need to make decisions quickly with the flexibility of something like Heroku.

It's very simple to do, just make sure that an app.json file is located in the repo root directory. More about Heroku deploy buttons here.

Deploy