Skip to content
New issue

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

Add deploy to heroku button for demos #41

Open
jettify opened this issue Aug 19, 2018 · 2 comments
Open

Add deploy to heroku button for demos #41

jettify opened this issue Aug 19, 2018 · 2 comments

Comments

@jettify
Copy link
Member

jettify commented Aug 19, 2018

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
@Arfey
Copy link
Member

Arfey commented Aug 19, 2018

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

@jettify
Copy link
Member Author

jettify commented Aug 19, 2018

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

@webknjaz webknjaz added the Hacktoberfest This looks easy to do during Hacktoberfest label Oct 6, 2018
@gyermolenko gyermolenko removed the Hacktoberfest This looks easy to do during Hacktoberfest label Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants