From ddcf17c4caf728508cb8a80cc71df387f3152158 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Thu, 15 Sep 2022 15:17:20 -0400 Subject: [PATCH] Remove collectstatic step from staging deploy --- src/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/run.sh b/src/run.sh index 452469af4..90cf127a4 100755 --- a/src/run.sh +++ b/src/run.sh @@ -15,5 +15,4 @@ else fi fi -python manage.py collectstatic --settings=registrar.config.settings --noinput gunicorn registrar.config.wsgi -t 60