From 1744e571e21af795c40f059f981704bc0045a075 Mon Sep 17 00:00:00 2001 From: fadhlanhasyim <fadhlanhasyim54@gmail.com> Date: Tue, 13 Dec 2022 22:01:37 +0700 Subject: [PATCH] Change Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 10c02ca..2847bc7 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: python manage.py migrate -web: gunicorn project_django.wsgi --log-file - \ No newline at end of file +web: python manage.py migrate && gunicorn sirest.wsgi \ No newline at end of file -- GitLab