From c79aca2e0ea143b75cd480b912dc6ed14f70fa11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hrachovina?= Date: Fri, 6 Dec 2024 09:41:18 +0100 Subject: [PATCH] modified: .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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