From d860b6a37306d6434d673caadb96e91d7759d0c1 Mon Sep 17 00:00:00 2001 From: Michele de Barros Santos Date: Mon, 9 Oct 2023 21:10:38 -0300 Subject: [PATCH] fix: app no procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 7a06120..30145a9 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py migrate && gunicorn filme:wsgi --log-file - \ No newline at end of file +web: python manage.py migrate && gunicorn hashflix:wsgi --log-file - \ No newline at end of file