We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Procfile
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
The text was updated successfully, but these errors were encountered:
something like this https://github.com/britter/spring-boot-heroku-demo?
Sorry, something went wrong.
Yeah, something like that. Helps to deploy project in no time basically.
No branches or pull requests
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:And deploy app with git:
The text was updated successfully, but these errors were encountered: