From c3267dc54d92279d0bd3d91c1d64776022c20b89 Mon Sep 17 00:00:00 2001 From: starcalc Date: Tue, 7 Jun 2022 21:53:41 +0200 Subject: [PATCH] Umorganisiert? --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index cfca627..2edc879 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,9 @@ steps: iotpwd: from_secret: iotpwd - name: release + image: python:3.10 commands: + - pip install -U platformio - platformio run --target upload --environment d1_mini - platformio run --target uploadfs --environment d1_mini when: