From 965af271513ec1f2a259370ffdfbbb3d8c92d264 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 19 Apr 2022 00:41:49 -0400 Subject: [PATCH] Add working WSGI --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index f9eec91..3ec5dba 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,2 @@ -gunicorn --bind=0.0.0.0:9060 --daemon reload:app -gunicorn --bind 0.0.0.0:9061 --reload --chdir period app:app \ No newline at end of file +gunicorn -b 0.0.0.0:9066 --chdir period "period:create_app()" +#gunicorn --bind 0.0.0.0:9061 --reload --chdir period period:create_app