Skip to content

Commit

Permalink
Start Heroku build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Feb 28, 2023
1 parent de78d24 commit 6c6a143
Show file tree
Hide file tree
Showing 3 changed files with 7 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: uwsgi --http :$PORT --ini configurations/server.ini --static-map /static=static --static-map /favicon.ico=favicon.ico
5 changes: 5 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
docker:
web: Dockerfile
run:
web: bash entrypoint.sh
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.9.16

0 comments on commit 6c6a143

Please sign in to comment.