Skip to content

Commit 08431f0

Browse files
Merge pull request #3 from UPstartDeveloper/deployment
Deploy to Heroku.
2 parents ed2f827 + 7e1a403 commit 08431f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: uvicorn app.main:app --host=0.0.0.0 --port=${PORT:-5000}

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-3.6.14

0 commit comments

Comments
 (0)