diff --git a/.drone.yml b/.drone.yml index e3f0c30..97ab66c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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