diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..ffd3eb5 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +release: python manage.py migrate +web: gunicorn workout.wsgi --log-file - \ No newline at end of file