Skip to content

Commit

Permalink
Merge pull request #1 from Tempoture/run-backend-on-heroku
Browse files Browse the repository at this point in the history
Run flask on heroku
  • Loading branch information
cwilliamson226 authored Oct 11, 2020
2 parents 2e6c9e3 + ab4d379 commit 01da79c
Show file tree
Hide file tree
Showing 2 changed files with 2 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 app:app
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
click==7.1.2
Flask==1.1.1
gunicorn==20.0.4
itsdangerous==1.1.0
Jinja2==2.11.2
MarkupSafe==1.1.1
Expand Down

0 comments on commit 01da79c

Please sign in to comment.