aiohttp-demos icon indicating copy to clipboard operation
aiohttp-demos copied to clipboard

Add deploy to heroku button for demos

Open jettify opened this issue 7 years ago • 2 comments

It is very easy to deploy aiohttp app to heroku, and best part it is completely free. I think we should deploy few demos so users can play with apps.

Process is strait forward basically create Procfile with:

web: mlserve -c models.yml -H 0.0.0.0 -P $PORT

And deploy app with git:

$ heroku create
$ git push heroku master
$ heroku open

jettify avatar Aug 19 '18 13:08 jettify

something like this https://github.com/britter/spring-boot-heroku-demo?

Arfey avatar Aug 19 '18 14:08 Arfey

Yeah, something like that. Helps to deploy project in no time basically.

jettify avatar Aug 19 '18 14:08 jettify