Skip to content

Commit

Permalink
deploy web server on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
mapan1984 committed Aug 8, 2017
1 parent 2d6b3e1 commit 640e8b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn -w 4 -b 0.0.0.0:$PORT -k gevent web.app:app
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Flask==0.12.2

# Production Server
gevent
gunicorn
psycopg2
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.6.0
Empty file added web/__init__.py
Empty file.

0 comments on commit 640e8b5

Please sign in to comment.