diff --git a/makefile b/makefile index 3634d5f..b950434 100644 --- a/makefile +++ b/makefile @@ -63,6 +63,14 @@ upload-test: clean: rm -rf dist/ build/ .parcel-cache/ +# Test deploy servers + +run-gunicorn: + gunicorn -w 8 'coldsweat:create_app()' --bind 127.0.0.1:5000 + +run-waitress: + waitress-serve --host 127.0.0.1 --port 5000 --threads=8 --call coldsweat:create_app + # Database sql: