deskcontrol/.drone.yml
Jens True 9b4dd040c1
All checks were successful
continuous-integration/drone/push Build is passing
Simplifying build
2019-03-29 21:49:51 +01:00

23 lines
444 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: python:2
commands:
- pip install platformio
- pio run
- name: upload
image: python:2
commands:
- make otaupload
- name: release
image: plugins/gitea-release
settings:
api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e
base_url: https://code.jcktrue.dk
files:
- .pioenvs/nodemcu/firmware.bin
- .pioenvs/nodemcu/firmware.elf
when:
event: tag