deskcontrol/.drone.yml
jct e5a64c13ed
All checks were successful
continuous-integration/drone/push Build is passing
Renamed drone secret
2019-10-25 08:09:41 +00:00

26 lines
430 B
YAML

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