From a27f7fa25daa8a08d80bb4d15bca23eda48a75ea Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Thu, 26 Mar 2020 12:41:40 +0100 Subject: [PATCH] update CI config --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 560dcd5..4a09b76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: build - image: python:2.7 + image: python environment: PLATFORMIO_CI_SRC: "src" commands: @@ -19,7 +19,8 @@ steps: api_key: from_secret: gitea_token base_url: https://dev.xd0.de - files: dist/* + files: + - .pio/build/lolin_d32_pro/*.bin when: event: tag