Skip to content

Commit

Permalink
droneio
Browse files Browse the repository at this point in the history
droneio
  • Loading branch information
Christophe Painchaud authored and Christophe Painchaud committed Feb 12, 2021
1 parent 7458b0d commit 49de704
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49de704

Please sign in to comment.