Skip to content

Add deploy to heroku button for demos #41

@jettify

Description

@jettify

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions