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: