fixing bugs with ci pipeline

This commit is contained in:
GotthardG
2024-12-16 14:25:42 +01:00
parent 9e1095e693
commit 8f79e5a430

View File

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