diff --git a/Procfile b/Procfile index ffd3eb5..967f654 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: python manage.py migrate -web: gunicorn workout.wsgi --log-file - \ No newline at end of file +web: gunicorn manuels_collection.wsgi --log-file - \ No newline at end of file