modified: .drone.yml
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-12-06 09:41:18 +01:00
parent 6eae5ac218
commit c79aca2e0e

View File

@@ -7,6 +7,7 @@ steps:
image: python:3.9
commands:
- pip install -r requirements.txt
- cd web # Change to the correct directory
- python app.py
- name: cleanup