From 49de704df588be7b98907f3335bea57398b076d4 Mon Sep 17 00:00:00 2001 From: Christophe Painchaud Date: Fri, 12 Feb 2021 09:26:49 +0100 Subject: [PATCH] droneio droneio --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index bd0cb800..e624ba2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,18 @@ steps: - pio run --project-conf .travis.platformio.ini --environment ESP32_all_enabled +- name: publish + image: plugins/github-release + settings: + api_key: + from_secret: github_token + files: .pio/build/ESP32_all_enabled/firmware.elf + checksum: + - sha256 + when: + event: tag + + volumes: - name: cache host: