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