From afc345e17cca19ffedb8c9efb179d3f31387a3fc Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sat, 30 Jan 2021 03:55:41 +0000 Subject: [PATCH] Remove not working rm command --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d79c2f29..91e43543 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -release: rm -rf pipeline/ && python manage.py migrate +release: python manage.py migrate web: gunicorn PyRIGS.wsgi --log-file -