rc-gateway/gateway/.drone.yml

27 lines
294 B
YAML

---
kind: pipeline
type: exec
name: upload gateway firmare
platform:
os: linux
arch: arm
steps:
- name: build
commands:
- pio run -e pro-mini
- name: upload
commands:
- pio run -e pro-mini -t upload
trigger:
branch:
- gateway
target:
- production
node:
host: homebox