diff --git a/Procfile b/Procfile index 43d472c..5811040 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,2 @@ +release: yes "yes" | python manage.py migrate web: uwsgi --http :$PORT --module bakerydemo.wsgi --master --offload-threads 1 diff --git a/readme.md b/readme.md index 39b48af..3346210 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/wagtail/bakerydemo) + Wagtail demo project ======================= diff --git a/requirements.txt b/requirements.txt index 669ed25..99d95f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,8 @@ elasticsearch wagtail wagtailfontawesome Pillow + +# Dependencies for Heroku deployment +dj-database-url==0.3.0 +whitenoise>=3.1,<4.0 +uwsgi>=2.0,<2.1