aio-libs / aio-libs/aiohttp-demos

Add deploy to heroku button for demos

Offen
#41 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Makefile
Sterne
752
Forks
222
Ø Merge
3 Min.
Gemergte PRs (30 T.)
26

Beschreibung

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
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.