prod deploy version

This commit is contained in:
OwusuBlessing
2025-06-11 17:40:17 +01:00
parent 3fcce3b464
commit 3bd6213a8d
6 changed files with 306 additions and 219 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Create logs directory if it doesn't exist
mkdir -p logs
# Start Gunicorn with the configuration
gunicorn -c gunicorn_config.py app:app