Skip to content

Commit 2f4c545

Browse files
committed
Add Heroku buildpack deploy configuration.
Procfile, Python runtime, and slugignore keep the API slug lean without Docker.
1 parent fb28401 commit 2f4c545

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.slugignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
web/
2+
ui/
3+
graphify-out/
4+
.venv/
5+
kaggle/
6+
infra/
7+
scripts/
8+
tests/
9+
.cursor/
10+
.pytest_cache/
11+
.ruff_cache/
12+
docs/
13+
README.md

Procfile

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

runtime.txt

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

0 commit comments

Comments
 (0)