1
0
MAX7456JSON/.drone.yml

20 lines
342 B
YAML
Raw Normal View History

kind: pipeline
name: default
steps:
- name: build
image: python:3
commands:
- pip install platformio
- pio run
- name: release
image: plugins/gitea-release
settings:
2019-10-08 13:37:20 +00:00
api_key:
from_secret: gitea_api_key
base_url: https://code.jcktrue.dk
files:
- .pio/build/max7456board/firmware.hex
when:
event: tag