fixing bugs with ci pipeline

This commit is contained in:
GotthardG 2024-12-16 14:24:20 +01:00
parent 1ecbe97955
commit 9e1095e693

View File

@ -51,7 +51,7 @@ deploy:
- source $VIRTUAL_ENV/bin/activate
- pip install -r requirements.txt
- echo "Verifying SSL files..."
- ls ssl/ # Ensure dev SSL certificates are present
- ls backend/ssl/ # Ensure dev SSL certificates are present
- echo "Running the application with dev SSL certificates on port $PORT..."
- cd backend
- python3.8 -m main