You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: